#CBB752

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

Shades of Sundance #CBB752

Tints of Sundance #CBB752

Color information

#CBB752 (or 0xCBB752) is unknown color: approx Sundance. HEX triplet: CB, B7 and 52. RGB value is (203,183,82). Sum of RGB (Red+Green+Blue) = 203+183+82=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 82 (32.42% from 255 or 17.52% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB752 is #3448AD. Grayscale: #B1B1B1. Windows color (decimal): -3426478 or 5421003. OLE color: 5421003.

HSL color Cylindrical-coordinate representation of color #CBB752: hue angle of 50.08º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBB752 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB20318382-
CMYK00.100.600.20
HSL50.08º53.78%55.88%-
HSV(B)50.08º59.61%79.61%-
XYZ43.0947.1714.82-
YUV177.4774.13146.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.38%
GREEN value IS 183 (71.88% from 255) = 39.10%
BLUE value IS 82 (32.42% from 255) = 17.52%
R=43.38%
G=39.10%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031838200.100.600.2050.0853.7855.88
HexCBB7520A3C14323638
Octal3132671220127424626670
Binary110010111011011110100100101011110010100110010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB752; }

 p { color: rgb(203,183,82); }

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

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

 a { background-color: rgb(203,183,82); }

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

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

 span { border-color: rgb(203,183,82); }

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