#CCBD82

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

Shades of Yuma #CCBD82

Tints of Yuma #CCBD82

Color information

#CCBD82 (or 0xCCBD82) is unknown color: approx Yuma. HEX triplet: CC, BD and 82. RGB value is (204,189,130). Sum of RGB (Red+Green+Blue) = 204+189+130=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 130 (51.17% from 255 or 24.86% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBD82 is #33427D. Grayscale: #BBBBBB. Windows color (decimal): -3359358 or 8568268. OLE color: 8568268.

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

Color convert

RGB204189130-
CMYK00.070.360.2
HSL47.84º42.05%65.49%-
HSV(B)47.84º36.27%80%-
XYZ47.1350.8428.45-
YUV186.7695.97140.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.01%
GREEN value IS 189 (74.22% from 255) = 36.14%
BLUE value IS 130 (51.17% from 255) = 24.86%
R=39.01%
G=36.14%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418913000.070.360.247.8442.0565.49
HexCCBD82072414302a41
Octal3142752020744246052101
Binary1100110010111101100000100111100100101001100001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBD82; }

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

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

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

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

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

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

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

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