#CFB97C

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

Shades of Yuma #CFB97C

Tints of Yuma #CFB97C

Color information

#CFB97C (or 0xCFB97C) is unknown color: approx Yuma. HEX triplet: CF, B9 and 7C. RGB value is (207,185,124). Sum of RGB (Red+Green+Blue) = 207+185+124=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 124 (48.83% from 255 or 24.03% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB97C is #304683. Grayscale: #B8B8B8. Windows color (decimal): -3163780 or 8174031. OLE color: 8174031.

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

Color convert

RGB207185124-
CMYK00.110.400.19
HSL44.1º46.37%64.9%-
HSV(B)44.1º40.1%81.18%-
XYZ46.7249.4226.15-
YUV184.6293.79143.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.12%
GREEN value IS 185 (72.66% from 255) = 35.85%
BLUE value IS 124 (48.83% from 255) = 24.03%
R=40.12%
G=35.85%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718512400.110.400.1944.146.3764.9
HexCFB97C0B28132c2e41
Octal31727117401350235456101
Binary1100111110111001111110001011101000100111011001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB97C; }

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

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

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

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

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

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

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

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