#CCB581

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

Shades of Yuma #CCB581

Tints of Yuma #CCB581

Color information

#CCB581 (or 0xCCB581) is unknown color: approx Yuma. HEX triplet: CC, B5 and 81. RGB value is (204,181,129). Sum of RGB (Red+Green+Blue) = 204+181+129=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 129 (50.78% from 255 or 25.10% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB581 is #334A7E. Grayscale: #B6B6B6. Windows color (decimal): -3361407 or 8500684. OLE color: 8500684.

HSL color Cylindrical-coordinate representation of color #CCB581: hue angle of 41.6º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCB581 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB204181129-
CMYK00.110.370.2
HSL41.6º42.37%65.29%-
HSV(B)41.6º36.76%80%-
XYZ45.3947.4727.54-
YUV181.9598.12143.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.69%
GREEN value IS 181 (71.09% from 255) = 35.21%
BLUE value IS 129 (50.78% from 255) = 25.10%
R=39.69%
G=35.21%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418112900.110.370.241.642.3765.29
HexCCB5810B25142a2a41
Octal31426520101345245252101
Binary11001100101101011000000101011100101101001010101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB581; }

 p { color: rgb(204,181,129); }

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

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

 a { background-color: rgb(204,181,129); }

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

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

 span { border-color: rgb(204,181,129); }

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