#CCB580

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

Shades of Yuma #CCB580

Tints of Yuma #CCB580

Color information

#CCB580 (or 0xCCB580) is unknown color: approx Yuma. HEX triplet: CC, B5 and 80. RGB value is (204,181,128). Sum of RGB (Red+Green+Blue) = 204+181+128=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB580 is #334A7F. Grayscale: #B6B6B6. Windows color (decimal): -3361408 or 8435148. OLE color: 8435148.

HSL color Cylindrical-coordinate representation of color #CCB580: hue angle of 41.84º degrees, saturation: 0.43, 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 #CCB580 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB204181128-
CMYK00.110.370.2
HSL41.84º42.7%65.1%-
HSV(B)41.84º37.25%80%-
XYZ45.3247.4427.19-
YUV181.8497.62143.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.77%
GREEN value IS 181 (71.09% from 255) = 35.28%
BLUE value IS 128 (50.39% from 255) = 24.95%
R=39.77%
G=35.28%
B=24.95%

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
Decimal20418112800.110.370.241.8442.765.1
HexCCB5800B25142a2b41
Octal31426520001345245253101
Binary11001100101101011000000001011100101101001010101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB580; }

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

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

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

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

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

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

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

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