#CCB883

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

Shades of Yuma #CCB883

Tints of Yuma #CCB883

Color information

#CCB883 (or 0xCCB883) is unknown color: approx Yuma. HEX triplet: CC, B8 and 83. RGB value is (204,184,131). Sum of RGB (Red+Green+Blue) = 204+184+131=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 131 (51.56% from 255 or 25.24% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB883 is #33477C. Grayscale: #B8B8B8. Windows color (decimal): -3360637 or 8632524. OLE color: 8632524.

HSL color Cylindrical-coordinate representation of color #CCB883: hue angle of 43.56º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCB883 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB204184131-
CMYK00.100.360.2
HSL43.56º41.71%65.69%-
HSV(B)43.56º35.78%80%-
XYZ46.1448.7628.45-
YUV183.9498.13142.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.31%
GREEN value IS 184 (72.27% from 255) = 35.45%
BLUE value IS 131 (51.56% from 255) = 25.24%
R=39.31%
G=35.45%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418413100.100.360.243.5641.7165.69
HexCCB8830A24142c2a42
Octal31427020301244245452102
Binary11001100101110001000001101010100100101001011001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB883; }

 p { color: rgb(204,184,131); }

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

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

 a { background-color: rgb(204,184,131); }

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

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

 span { border-color: rgb(204,184,131); }

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