#CCB382

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

Shades of Yuma #CCB382

Tints of Yuma #CCB382

Color information

#CCB382 (or 0xCCB382) is unknown color: approx Yuma. HEX triplet: CC, B3 and 82. RGB value is (204,179,130). Sum of RGB (Red+Green+Blue) = 204+179+130=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB382 is #334C7D. Grayscale: #B5B5B5. Windows color (decimal): -3361918 or 8565708. OLE color: 8565708.

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

Color convert

RGB204179130-
CMYK00.120.360.2
HSL39.73º42.05%65.49%-
HSV(B)39.73º36.27%80%-
XYZ45.0546.6927.76-
YUV180.8999.28144.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.77%
GREEN value IS 179 (70.31% from 255) = 34.89%
BLUE value IS 130 (51.17% from 255) = 25.34%
R=39.77%
G=34.89%
B=25.34%

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
Decimal20417913000.120.360.239.7342.0565.49
HexCCB3820C2414282a41
Octal31426320201444245052101
Binary11001100101100111000001001100100100101001010001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB382; }

 p { color: rgb(204,179,130); }

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

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

 a { background-color: rgb(204,179,130); }

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

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

 span { border-color: rgb(204,179,130); }

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