#CCBB7B

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

Shades of Yuma #CCBB7B

Tints of Yuma #CCBB7B

Color information

#CCBB7B (or 0xCCBB7B) is unknown color: approx Yuma. HEX triplet: CC, BB and 7B. RGB value is (204,187,123). Sum of RGB (Red+Green+Blue) = 204+187+123=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 123 (48.44% from 255 or 23.93% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBB7B is #334484. Grayscale: #B9B9B9. Windows color (decimal): -3359877 or 8109004. OLE color: 8109004.

HSL color Cylindrical-coordinate representation of color #CCBB7B: hue angle of 47.41º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCBB7B is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB204187123-
CMYK00.080.400.2
HSL47.41º44.26%64.12%-
HSV(B)47.41º39.71%80%-
XYZ46.2549.8125.92-
YUV184.7993.13141.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.69%
GREEN value IS 187 (73.44% from 255) = 36.38%
BLUE value IS 123 (48.44% from 255) = 23.93%
R=39.69%
G=36.38%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418712300.080.400.247.4144.2664.12
HexCCBB7B0828142f2c40
Octal31427317301050245754100
Binary1100110010111011111101101000101000101001011111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBB7B; }

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

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

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

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

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

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

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

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