#CFB880

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

Shades of Yuma #CFB880

Tints of Yuma #CFB880

Color information

#CFB880 (or 0xCFB880) is unknown color: approx Yuma. HEX triplet: CF, B8 and 80. RGB value is (207,184,128). Sum of RGB (Red+Green+Blue) = 207+184+128=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB880 is #30477F. Grayscale: #B8B8B8. Windows color (decimal): -3164032 or 8435919. OLE color: 8435919.

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

Color convert

RGB207184128-
CMYK00.110.380.19
HSL42.53º45.14%65.69%-
HSV(B)42.53º38.16%81.18%-
XYZ46.7749.127.44-
YUV184.4996.12144.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.88%
GREEN value IS 184 (72.27% from 255) = 35.45%
BLUE value IS 128 (50.39% from 255) = 24.66%
R=39.88%
G=35.45%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718412800.110.380.1942.5345.1465.69
HexCFB8800B26132b2d42
Octal31727020001346235355102
Binary11001111101110001000000001011100110100111010111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB880; }

 p { color: rgb(207,184,128); }

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

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

 a { background-color: rgb(207,184,128); }

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

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

 span { border-color: rgb(207,184,128); }

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