#CCBB8A

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

Shades of Yuma #CCBB8A

Tints of Yuma #CCBB8A

Color information

#CCBB8A (or 0xCCBB8A) is unknown color: approx Yuma. HEX triplet: CC, BB and 8A. RGB value is (204,187,138). Sum of RGB (Red+Green+Blue) = 204+187+138=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBB8A is #334475. Grayscale: #BABABA. Windows color (decimal): -3359862 or 9092044. OLE color: 9092044.

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

Color convert

RGB204187138-
CMYK00.080.320.2
HSL44.55º39.29%67.06%-
HSV(B)44.55º32.35%80%-
XYZ47.2650.2131.25-
YUV186.5100.63140.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.56%
GREEN value IS 187 (73.44% from 255) = 35.35%
BLUE value IS 138 (54.30% from 255) = 26.09%
R=38.56%
G=35.35%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418713800.080.320.244.5539.2967.06
HexCCBB8A0820142d2743
Octal31427321201040245547103
Binary11001100101110111000101001000100000101001011011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBB8A; }

 p { color: rgb(204,187,138); }

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

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

 a { background-color: rgb(204,187,138); }

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

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

 span { border-color: rgb(204,187,138); }

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