#CCB980

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

Shades of Yuma #CCB980

Tints of Yuma #CCB980

Color information

#CCB980 (or 0xCCB980) is unknown color: approx Yuma. HEX triplet: CC, B9 and 80. RGB value is (204,185,128). Sum of RGB (Red+Green+Blue) = 204+185+128=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB980 is #33467F. Grayscale: #B8B8B8. Windows color (decimal): -3360384 or 8436172. OLE color: 8436172.

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

Color convert

RGB204185128-
CMYK00.090.370.2
HSL45º42.7%65.1%-
HSV(B)45º37.25%80%-
XYZ46.1549.0927.47-
YUV184.1896.29142.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.46%
GREEN value IS 185 (72.66% from 255) = 35.78%
BLUE value IS 128 (50.39% from 255) = 24.76%
R=39.46%
G=35.78%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418512800.090.370.24542.765.1
HexCCB9800925142d2b41
Octal31427120001145245553101
Binary11001100101110011000000001001100101101001011011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB980; }

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

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

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

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

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

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

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

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