Html Css Color HEX #C0B242 Brass

📋 copy color: '#C0B242'

red 192 ◦ green 178 ◦ blue 66

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

Shades of Brass #C0B242

Tints of Brass #C0B242

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.83%

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

R = 44.04%
G = 40.83%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C0B242 (or 0xC0B242) is known color: Brass. HEX triplet: C0, B2 and 42. RGB value is (192,178,66). Sum of RGB (Red+Green+Blue) = 192+178+66=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 66 (26.17% from 255 or 15.14% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B242 is #3F4DBD. Grayscale: #A9A9A9. Windows color (decimal): -4148670 or 4371136. OLE color: 4371136.

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

Color convert

RGB 192 178 66 -
CMYK 0 0.07 0.66 0.25
HSL 53.33º 0.5% 0.51% -
HSV(B) 53.33º 0.66% 0.75% -
XYZ 38.64 43.44 11.5 -
YUV 169.42 69.64 144.11 -
System Red Green Blue C M Y K H S L
Decimal 192 178 66 0 0.07 0.66 0.25 53.33 0.5 0.51
Hex C0 B2 42 0 7 42 19 35 32 33
Octal 300 262 102 0 7 102 31 65 62 63
Binary 11000000 10110010 1000010 0 111 1000010 11001 110101 110010 110011

Color Harmonies of #C0B242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B242

Black with #C0B242

Text Example


Text Example

White with #C0B242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B242; }

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

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

background-color css

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

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

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

border-color css

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

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

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