Html Css Color HEX #C0BB40 Old Gold

📋 copy color: '#C0BB40'

red 192 ◦ green 187 ◦ blue 64

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

Shades of Old Gold #C0BB40

Tints of Old Gold #C0BB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.45%

R = 43.34%
G = 42.21%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0BB40 (or 0xC0BB40) is known color: Old Gold. HEX triplet: C0, BB and 40. RGB value is (192,187,64). Sum of RGB (Red+Green+Blue) = 192+187+64=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BB40 is #3F44BF. Grayscale: #AEAEAE. Windows color (decimal): -4146368 or 4242368. OLE color: 4242368.

HSL color Cylindrical-coordinate representation of color #C0BB40: hue angle of 57.66º degrees, saturation: 0.5, 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 #C0BB40 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 187 64 -
CMYK 0 0.03 0.67 0.25
HSL 57.66º 0.5% 0.5% -
HSV(B) 57.66º 0.67% 0.75% -
XYZ 40.43 47.12 11.81 -
YUV 174.47 65.66 140.5 -
System Red Green Blue C M Y K H S L
Decimal 192 187 64 0 0.03 0.67 0.25 57.66 0.5 0.5
Hex C0 BB 40 0 3 43 19 3A 32 32
Octal 300 273 100 0 3 103 31 72 62 62
Binary 11000000 10111011 1000000 0 11 1000011 11001 111010 110010 110010

Color Harmonies of #C0BB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BB40

Black with #C0BB40

Text Example


Text Example

White with #C0BB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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