#C0B44B

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

Shades of Sundance #C0B44B

Tints of Sundance #C0B44B

Color information

#C0B44B (or 0xC0B44B) is unknown color: approx Sundance. HEX triplet: C0, B4 and 4B. RGB value is (192,180,75). Sum of RGB (Red+Green+Blue) = 192+180+75=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 75 (29.69% from 255 or 16.78% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B44B is #3F4BB4. Grayscale: #ACACAC. Windows color (decimal): -4148149 or 4961472. OLE color: 4961472.

HSL color Cylindrical-coordinate representation of color #C0B44B: hue angle of 53.85º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0B44B is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB19218075-
CMYK00.060.610.25
HSL53.85º48.15%52.35%-
HSV(B)53.85º60.94%75.29%-
XYZ39.3344.3613.15-
YUV171.6273.48142.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.95%
GREEN value IS 180 (70.70% from 255) = 40.27%
BLUE value IS 75 (29.69% from 255) = 16.78%
R=42.95%
G=40.27%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921807500.060.610.2553.8548.1552.35
HexC0B44B063D19363034
Octal300264113067531666064
Binary11000000101101001001011011011110111001110110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B44B; }

 p { color: rgb(192,180,75); }

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

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

 a { background-color: rgb(192,180,75); }

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

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

 span { border-color: rgb(192,180,75); }

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