#CF9B77

Color #CF9B77 Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #CF9B77

Tints of Feldspar #CF9B77

Color information

#CF9B77 (or 0xCF9B77) is unknown color: approx Feldspar. HEX triplet: CF, 9B and 77. RGB value is (207,155,119). Sum of RGB (Red+Green+Blue) = 207+155+119=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9B77 is #306488. Grayscale: #A6A6A6. Windows color (decimal): -3171465 or 7838671. OLE color: 7838671.

HSL color Cylindrical-coordinate representation of color #CF9B77: hue angle of 24.55º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF9B77 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB207155119-
CMYK00.250.430.19
HSL24.55º47.83%63.92%-
HSV(B)24.55º42.51%81.18%-
XYZ40.7838.0422.65-
YUV166.44101.23156.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 43.04%
GREEN value IS 155 (60.94% from 255) = 32.22%
BLUE value IS 119 (46.88% from 255) = 24.74%
R=43.04%
G=32.22%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715511900.250.430.1924.5547.8363.92
HexCF9B770192B13193040
Octal31723316703153233160100
Binary1100111110011011111011101100110101110011110011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9B77; }

 p { color: rgb(207,155,119); }

 H1.HeaderClassName
 {
   color: #CF9B77;
 }
 .AnyTagClassName
 {
   color: #CF9B77;
 }
</style>
background-color css

<style>
 a { background-color: #CF9B77; }

 a { background-color: rgb(207,155,119); }

 div.DivClassName
 {
   background-color: #CF9B77;
 }
 .BgClassName
 {
   background-color: #CF9B77;
 }
</style>
border-color css

<style>
 span { border-color: #CF9B77; }

 span { border-color: rgb(207,155,119); }

 td.TdClassName
 {
   border-color: #CF9B77;
 }
 .TagClassName
 {
   border-color: #CF9B77;
 }
</style>