#C0AF4B

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

Shades of Sundance #C0AF4B

Tints of Sundance #C0AF4B

Color information

#C0AF4B (or 0xC0AF4B) is unknown color: approx Sundance. HEX triplet: C0, AF and 4B. RGB value is (192,175,75). Sum of RGB (Red+Green+Blue) = 192+175+75=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 75 (29.69% from 255 or 16.97% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AF4B is #3F50B4. Grayscale: #A9A9A9. Windows color (decimal): -4149429 or 4960192. OLE color: 4960192.

HSL color Cylindrical-coordinate representation of color #C0AF4B: hue angle of 51.28º 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 #C0AF4B is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB19217575-
CMYK00.090.610.25
HSL51.28º48.15%52.35%-
HSV(B)51.28º60.94%75.29%-
XYZ38.3442.3712.82-
YUV168.6875.13144.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.44%
GREEN value IS 175 (68.75% from 255) = 39.59%
BLUE value IS 75 (29.69% from 255) = 16.97%
R=43.44%
G=39.59%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921757500.090.610.2551.2848.1552.35
HexC0AF4B093D19333034
Octal3002571130117531636064
Binary110000001010111110010110100111110111001110011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AF4B; }

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

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

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

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

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

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

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

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