#CCB583

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

Shades of Yuma #CCB583

Tints of Yuma #CCB583

Color information

#CCB583 (or 0xCCB583) is unknown color: approx Yuma. HEX triplet: CC, B5 and 83. RGB value is (204,181,131). Sum of RGB (Red+Green+Blue) = 204+181+131=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 131 (51.56% from 255 or 25.39% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB583 is #334A7C. Grayscale: #B6B6B6. Windows color (decimal): -3361405 or 8631756. OLE color: 8631756.

HSL color Cylindrical-coordinate representation of color #CCB583: hue angle of 41.1º 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 #CCB583 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB204181131-
CMYK00.110.360.2
HSL41.1º41.71%65.69%-
HSV(B)41.1º35.78%80%-
XYZ45.5247.5228.25-
YUV182.1899.12143.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.53%
GREEN value IS 181 (71.09% from 255) = 35.08%
BLUE value IS 131 (51.56% from 255) = 25.39%
R=39.53%
G=35.08%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418113100.110.360.241.141.7165.69
HexCCB5830B2414292a42
Octal31426520301344245152102
Binary11001100101101011000001101011100100101001010011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB583; }

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

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

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

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

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

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

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

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