#CCB975

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

Shades of Yuma #CCB975

Tints of Yuma #CCB975

Color information

#CCB975 (or 0xCCB975) is unknown color: approx Yuma. HEX triplet: CC, B9 and 75. RGB value is (204,185,117). Sum of RGB (Red+Green+Blue) = 204+185+117=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 117 (46.09% from 255 or 23.12% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB975 is #33468A. Grayscale: #B7B7B7. Windows color (decimal): -3360395 or 7715276. OLE color: 7715276.

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

Color convert

RGB204185117-
CMYK00.090.430.2
HSL46.9º46.03%62.94%-
HSV(B)46.9º42.65%80%-
XYZ45.4648.8223.86-
YUV182.9390.79143.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.32%
GREEN value IS 185 (72.66% from 255) = 36.56%
BLUE value IS 117 (46.09% from 255) = 23.12%
R=40.32%
G=36.56%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418511700.090.430.246.946.0362.94
HexCCB975092B142f2e3f
Octal3142711650115324575677
Binary110011001011100111101010100110101110100101111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB975; }

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

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

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

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

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

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

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

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