#CFB97E

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

Shades of Yuma #CFB97E

Tints of Yuma #CFB97E

Color information

#CFB97E (or 0xCFB97E) is unknown color: approx Yuma. HEX triplet: CF, B9 and 7E. RGB value is (207,185,126). Sum of RGB (Red+Green+Blue) = 207+185+126=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 126 (49.61% from 255 or 24.32% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB97E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB97E is #304681. Grayscale: #B9B9B9. Windows color (decimal): -3163778 or 8305103. OLE color: 8305103.

HSL color Cylindrical-coordinate representation of color #CFB97E: hue angle of 43.7º 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 #CFB97E is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB207185126-
CMYK00.110.390.19
HSL43.7º45.76%65.29%-
HSV(B)43.7º39.13%81.18%-
XYZ46.8549.4726.82-
YUV184.8594.79143.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.96%
GREEN value IS 185 (72.66% from 255) = 35.71%
BLUE value IS 126 (49.61% from 255) = 24.32%
R=39.96%
G=35.71%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718512600.110.390.1943.745.7665.29
HexCFB97E0B27132c2e41
Octal31727117601347235456101
Binary1100111110111001111111001011100111100111011001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB97E; }

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

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

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

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

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

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

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

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