#CCBC8C

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

Shades of Yuma #CCBC8C

Tints of Yuma #CCBC8C

Color information

#CCBC8C (or 0xCCBC8C) is unknown color: approx Yuma. HEX triplet: CC, BC and 8C. RGB value is (204,188,140). Sum of RGB (Red+Green+Blue) = 204+188+140=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 140 (55.08% from 255 or 26.32% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBC8C is #334373. Grayscale: #BBBBBB. Windows color (decimal): -3359604 or 9223372. OLE color: 9223372.

HSL color Cylindrical-coordinate representation of color #CCBC8C: hue angle of 45º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCBC8C is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB204188140-
CMYK00.080.310.2
HSL45º38.55%67.45%-
HSV(B)45º31.37%80%-
XYZ47.6250.732.09-
YUV187.31101.3139.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.35%
GREEN value IS 188 (73.83% from 255) = 35.34%
BLUE value IS 140 (55.08% from 255) = 26.32%
R=38.35%
G=35.34%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418814000.080.310.24538.5567.45
HexCCBC8C081F142d2743
Octal31427421401037245547103
Binary1100110010111100100011000100011111101001011011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBC8C; }

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

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

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

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

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

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

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

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