#CCB97A

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

Shades of Yuma #CCB97A

Tints of Yuma #CCB97A

Color information

#CCB97A (or 0xCCB97A) is unknown color: approx Yuma. HEX triplet: CC, B9 and 7A. RGB value is (204,185,122). Sum of RGB (Red+Green+Blue) = 204+185+122=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 122 (48.05% from 255 or 23.87% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB97A is #334685. Grayscale: #B7B7B7. Windows color (decimal): -3360390 or 8042956. OLE color: 8042956.

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

Color convert

RGB204185122-
CMYK00.090.400.2
HSL46.1º44.57%63.92%-
HSV(B)46.1º40.2%80%-
XYZ45.7648.9425.45-
YUV183.593.29142.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.92%
GREEN value IS 185 (72.66% from 255) = 36.20%
BLUE value IS 122 (48.05% from 255) = 23.87%
R=39.92%
G=36.20%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418512200.090.400.246.144.5763.92
HexCCB97A0928142e2d40
Octal31427117201150245655100
Binary1100110010111001111101001001101000101001011101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB97A; }

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

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

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

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

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

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

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

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