#CFB77E

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

Shades of Yuma #CFB77E

Tints of Yuma #CFB77E

Color information

#CFB77E (or 0xCFB77E) is unknown color: approx Yuma. HEX triplet: CF, B7 and 7E. RGB value is (207,183,126). Sum of RGB (Red+Green+Blue) = 207+183+126=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 126 (49.61% from 255 or 24.42% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB77E is #304881. Grayscale: #B7B7B7. Windows color (decimal): -3164290 or 8304591. OLE color: 8304591.

HSL color Cylindrical-coordinate representation of color #CFB77E: hue angle of 42.22º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFB77E is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB207183126-
CMYK00.120.390.19
HSL42.22º45.76%65.29%-
HSV(B)42.22º39.13%81.18%-
XYZ46.4348.6426.68-
YUV183.6895.45144.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.12%
GREEN value IS 183 (71.88% from 255) = 35.47%
BLUE value IS 126 (49.61% from 255) = 24.42%
R=40.12%
G=35.47%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718312600.120.390.1942.2245.7665.29
HexCFB77E0C27132a2e41
Octal31726717601447235256101
Binary1100111110110111111111001100100111100111010101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB77E; }

 p { color: rgb(207,183,126); }

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

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

 a { background-color: rgb(207,183,126); }

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

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

 span { border-color: rgb(207,183,126); }

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