#CCB97B

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

Shades of Yuma #CCB97B

Tints of Yuma #CCB97B

Color information

#CCB97B (or 0xCCB97B) is unknown color: approx Yuma. HEX triplet: CC, B9 and 7B. RGB value is (204,185,123). Sum of RGB (Red+Green+Blue) = 204+185+123=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB97B is #334684. Grayscale: #B7B7B7. Windows color (decimal): -3360389 or 8108492. OLE color: 8108492.

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

Color convert

RGB204185123-
CMYK00.090.400.2
HSL45.93º44.26%64.12%-
HSV(B)45.93º39.71%80%-
XYZ45.8348.9725.77-
YUV183.6193.79142.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.84%
GREEN value IS 185 (72.66% from 255) = 36.13%
BLUE value IS 123 (48.44% from 255) = 24.02%
R=39.84%
G=36.13%
B=24.02%

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
Decimal20418512300.090.400.245.9344.2664.12
HexCCB97B0928142e2c40
Octal31427117301150245654100
Binary1100110010111001111101101001101000101001011101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB97B; }

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

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

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

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

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

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

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

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