#CCB483

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

Shades of Yuma #CCB483

Tints of Yuma #CCB483

Color information

#CCB483 (or 0xCCB483) is unknown color: approx Yuma. HEX triplet: CC, B4 and 83. RGB value is (204,180,131). Sum of RGB (Red+Green+Blue) = 204+180+131=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 131 (51.56% from 255 or 25.44% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB483 is #334B7C. Grayscale: #B5B5B5. Windows color (decimal): -3361661 or 8631500. OLE color: 8631500.

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

Color convert

RGB204180131-
CMYK00.120.360.2
HSL40.27º41.71%65.69%-
HSV(B)40.27º35.78%80%-
XYZ45.3247.1228.18-
YUV181.5999.45143.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.61%
GREEN value IS 180 (70.70% from 255) = 34.95%
BLUE value IS 131 (51.56% from 255) = 25.44%
R=39.61%
G=34.95%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418013100.120.360.240.2741.7165.69
HexCCB4830C2414282a42
Octal31426420301444245052102
Binary11001100101101001000001101100100100101001010001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB483; }

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

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

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

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

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

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

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

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