#CCB978

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

Shades of Yuma #CCB978

Tints of Yuma #CCB978

Color information

#CCB978 (or 0xCCB978) is unknown color: approx Yuma. HEX triplet: CC, B9 and 78. RGB value is (204,185,120). Sum of RGB (Red+Green+Blue) = 204+185+120=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 120 (47.27% from 255 or 23.58% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB978 is #334687. Grayscale: #B7B7B7. Windows color (decimal): -3360392 or 7911884. OLE color: 7911884.

HSL color Cylindrical-coordinate representation of color #CCB978: hue angle of 46.43º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCB978 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB204185120-
CMYK00.090.410.2
HSL46.43º45.16%63.53%-
HSV(B)46.43º41.18%80%-
XYZ45.6448.8924.8-
YUV183.2792.29142.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.08%
GREEN value IS 185 (72.66% from 255) = 36.35%
BLUE value IS 120 (47.27% from 255) = 23.58%
R=40.08%
G=36.35%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418512000.090.410.246.4345.1663.53
HexCCB9780929142e2d40
Octal31427117001151245655100
Binary1100110010111001111100001001101001101001011101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB978; }

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

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

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

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

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

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

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

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