Html Css Color HEX #C0B23F Brass

📋 copy color: '#C0B23F'

red 192 ◦ green 178 ◦ blue 63

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

Shades of Brass #C0B23F

Tints of Brass #C0B23F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.55%

R = 44.34%
G = 41.11%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0B23F (or 0xC0B23F) is known color: Brass. HEX triplet: C0, B2 and 3F. RGB value is (192,178,63). Sum of RGB (Red+Green+Blue) = 192+178+63=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 63 (25% from 255 or 14.55% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B23F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B23F is #3F4DC0. Grayscale: #A9A9A9. Windows color (decimal): -4148673 or 4174528. OLE color: 4174528.

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

Color convert

RGB 192 178 63 -
CMYK 0 0.07 0.67 0.25
HSL 53.49º 0.51% 0.5% -
HSV(B) 53.49º 0.67% 0.75% -
XYZ 38.56 43.41 11.05 -
YUV 169.08 68.14 144.35 -
System Red Green Blue C M Y K H S L
Decimal 192 178 63 0 0.07 0.67 0.25 53.49 0.51 0.5
Hex C0 B2 3F 0 7 43 19 35 33 32
Octal 300 262 77 0 7 103 31 65 63 62
Binary 11000000 10110010 111111 0 111 1000011 11001 110101 110011 110010

Color Harmonies of #C0B23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B23F

Black with #C0B23F

Text Example


Text Example

White with #C0B23F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B23F; }

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

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

background-color css

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

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

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

border-color css

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

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

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