#CFB97B

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

Shades of Yuma #CFB97B

Tints of Yuma #CFB97B

Color information

#CFB97B (or 0xCFB97B) is unknown color: approx Yuma. HEX triplet: CF, B9 and 7B. RGB value is (207,185,123). Sum of RGB (Red+Green+Blue) = 207+185+123=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 123 (48.44% from 255 or 23.88% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB97B is #304684. Grayscale: #B8B8B8. Windows color (decimal): -3163781 or 8108495. OLE color: 8108495.

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

Color convert

RGB207185123-
CMYK00.110.410.19
HSL44.29º46.67%64.71%-
HSV(B)44.29º40.58%81.18%-
XYZ46.6649.3925.81-
YUV184.5193.29144.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.19%
GREEN value IS 185 (72.66% from 255) = 35.92%
BLUE value IS 123 (48.44% from 255) = 23.88%
R=40.19%
G=35.92%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718512300.110.410.1944.2946.6764.71
HexCFB97B0B29132c2f41
Octal31727117301351235457101
Binary1100111110111001111101101011101001100111011001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB97B; }

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

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

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

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

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

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

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

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