#CCBC8F

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

Shades of Yuma #CCBC8F

Tints of Yuma #CCBC8F

Color information

#CCBC8F (or 0xCCBC8F) is unknown color: approx Yuma. HEX triplet: CC, BC and 8F. RGB value is (204,188,143). Sum of RGB (Red+Green+Blue) = 204+188+143=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 143 (56.25% from 255 or 26.73% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBC8F is #334370. Grayscale: #BBBBBB. Windows color (decimal): -3359601 or 9419980. OLE color: 9419980.

HSL color Cylindrical-coordinate representation of color #CCBC8F: hue angle of 44.26º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCBC8F is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB204188143-
CMYK00.080.300.2
HSL44.26º37.42%68.04%-
HSV(B)44.26º29.9%80%-
XYZ47.8450.7933.27-
YUV187.65102.8139.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.13%
GREEN value IS 188 (73.83% from 255) = 35.14%
BLUE value IS 143 (56.25% from 255) = 26.73%
R=38.13%
G=35.14%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418814300.080.300.244.2637.4268.04
HexCCBC8F081E142c2544
Octal31427421701036245445104
Binary1100110010111100100011110100011110101001011001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBC8F; }

 p { color: rgb(204,188,143); }

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

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

 a { background-color: rgb(204,188,143); }

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

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

 span { border-color: rgb(204,188,143); }

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