Html Css Color HEX #C0B13D Brass

📋 copy color: '#C0B13D'

red 192 ◦ green 177 ◦ blue 61

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

Shades of Brass #C0B13D

Tints of Brass #C0B13D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.16%

 BLUE value IS 61 (24.22% from 255) = 14.19%

R = 44.65%
G = 41.16%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0B13D (or 0xC0B13D) is known color: Brass. HEX triplet: C0, B1 and 3D. RGB value is (192,177,61). Sum of RGB (Red+Green+Blue) = 192+177+61=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 61 (24.22% from 255 or 14.19% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B13D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B13D is #3F4EC2. Grayscale: #A8A8A8. Windows color (decimal): -4148931 or 4043200. OLE color: 4043200.

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

Color convert

RGB 192 177 61 -
CMYK 0 0.08 0.68 0.25
HSL 53.13º 0.52% 0.5% -
HSV(B) 53.13º 0.68% 0.75% -
XYZ 38.3 42.99 10.69 -
YUV 168.26 67.47 144.93 -
System Red Green Blue C M Y K H S L
Decimal 192 177 61 0 0.08 0.68 0.25 53.13 0.52 0.5
Hex C0 B1 3D 0 8 44 19 35 34 32
Octal 300 261 75 0 10 104 31 65 64 62
Binary 11000000 10110001 111101 0 1000 1000100 11001 110101 110100 110010

Color Harmonies of #C0B13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B13D

Black with #C0B13D

Text Example


Text Example

White with #C0B13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B13D; }

 p { color: rgb(192,177,61); }

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

background-color css

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

 a { background-color: rgb(192,177,61); }

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

border-color css

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

 span { border-color: rgb(192,177,61); }

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