Html Css Color HEX #C0BB41 Old Gold

📋 copy color: '#C0BB41'

red 192 ◦ green 187 ◦ blue 65

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

Shades of Old Gold #C0BB41

Tints of Old Gold #C0BB41

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.12%

 BLUE value IS 65 (25.78% from 255) = 14.64%

R = 43.24%
G = 42.12%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C0BB41 (or 0xC0BB41) is known color: Old Gold. HEX triplet: C0, BB and 41. RGB value is (192,187,65). Sum of RGB (Red+Green+Blue) = 192+187+65=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 65 (25.78% from 255 or 14.64% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BB41 is #3F44BE. Grayscale: #AFAFAF. Windows color (decimal): -4146367 or 4307904. OLE color: 4307904.

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

Color convert

RGB 192 187 65 -
CMYK 0 0.03 0.66 0.25
HSL 57.64º 0.5% 0.5% -
HSV(B) 57.64º 0.66% 0.75% -
XYZ 40.46 47.13 11.97 -
YUV 174.59 66.16 140.42 -
System Red Green Blue C M Y K H S L
Decimal 192 187 65 0 0.03 0.66 0.25 57.64 0.5 0.5
Hex C0 BB 41 0 3 42 19 3A 32 32
Octal 300 273 101 0 3 102 31 72 62 62
Binary 11000000 10111011 1000001 0 11 1000010 11001 111010 110010 110010

Color Harmonies of #C0BB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BB41

Black with #C0BB41

Text Example


Text Example

White with #C0BB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BB41; }

 p { color: rgb(192,187,65); }

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

background-color css

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

 a { background-color: rgb(192,187,65); }

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

border-color css

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

 span { border-color: rgb(192,187,65); }

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