Html Css Color HEX #C0AF42 Brass

📋 copy color: '#C0AF42'

red 192 ◦ green 175 ◦ blue 66

#C0AF42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #C0AF42

Tints of Brass #C0AF42

RGB

 RED value IS 192 (75.39% from 255) = 44.34%

 GREEN value IS 175 (68.75% from 255) = 40.42%

 BLUE value IS 66 (26.17% from 255) = 15.24%

R = 44.34%
G = 40.42%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C0AF42 (or 0xC0AF42) is known color: Brass. HEX triplet: C0, AF and 42. RGB value is (192,175,66). Sum of RGB (Red+Green+Blue) = 192+175+66=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 66 (26.17% from 255 or 15.24% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AF42 is #3F50BD. Grayscale: #A8A8A8. Windows color (decimal): -4149438 or 4370368. OLE color: 4370368.

HSL color Cylindrical-coordinate representation of color #C0AF42: hue angle of 51.9º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0AF42 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 175 66 -
CMYK 0 0.09 0.66 0.25
HSL 51.9º 0.5% 0.51% -
HSV(B) 51.9º 0.66% 0.75% -
XYZ 38.05 42.26 11.31 -
YUV 167.66 70.63 145.36 -
System Red Green Blue C M Y K H S L
Decimal 192 175 66 0 0.09 0.66 0.25 51.9 0.5 0.51
Hex C0 AF 42 0 9 42 19 34 32 33
Octal 300 257 102 0 11 102 31 64 62 63
Binary 11000000 10101111 1000010 0 1001 1000010 11001 110100 110010 110011

Color Harmonies of #C0AF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AF42

Black with #C0AF42

Text Example


Text Example

White with #C0AF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AF42; }

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

 H1.HeaderClassName
 {
   color: #C0AF42;
 }
 .AnyTagClassName
 {
   color: #C0AF42;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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