#CFBC80

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

Shades of Yuma #CFBC80

Tints of Yuma #CFBC80

Color information

#CFBC80 (or 0xCFBC80) is unknown color: approx Yuma. HEX triplet: CF, BC and 80. RGB value is (207,188,128). Sum of RGB (Red+Green+Blue) = 207+188+128=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 128 (50.39% from 255 or 24.47% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBC80 is #30437F. Grayscale: #BBBBBB. Windows color (decimal): -3163008 or 8436943. OLE color: 8436943.

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

Color convert

RGB207188128-
CMYK00.090.380.19
HSL45.57º45.14%65.69%-
HSV(B)45.57º38.16%81.18%-
XYZ47.6150.7927.72-
YUV186.8494.79142.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.58%
GREEN value IS 188 (73.83% from 255) = 35.95%
BLUE value IS 128 (50.39% from 255) = 24.47%
R=39.58%
G=35.95%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718812800.090.380.1945.5745.1465.69
HexCFBC800926132e2d42
Octal31727420001146235655102
Binary11001111101111001000000001001100110100111011101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBC80; }

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

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

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

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

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

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

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

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