Html Css Color HEX #C0BB2D Old Gold

📋 copy color: '#C0BB2D'

red 192 ◦ green 187 ◦ blue 45

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

Shades of Old Gold #C0BB2D

Tints of Old Gold #C0BB2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.61%

R = 45.28%
G = 44.1%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0BB2D (or 0xC0BB2D) is known color: Old Gold. HEX triplet: C0, BB and 2D. RGB value is (192,187,45). Sum of RGB (Red+Green+Blue) = 192+187+45=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 45 (17.97% from 255 or 10.61% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BB2D is #3F44D2. Grayscale: #ACACAC. Windows color (decimal): -4146387 or 2997184. OLE color: 2997184.

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

Color convert

RGB 192 187 45 -
CMYK 0 0.03 0.77 0.25
HSL 57.96º 0.62% 0.46% -
HSV(B) 57.96º 0.77% 0.75% -
XYZ 39.98 46.94 9.44 -
YUV 172.31 56.16 142.05 -
System Red Green Blue C M Y K H S L
Decimal 192 187 45 0 0.03 0.77 0.25 57.96 0.62 0.46
Hex C0 BB 2D 0 3 4D 19 3A 3E 2E
Octal 300 273 55 0 3 115 31 72 76 56
Binary 11000000 10111011 101101 0 11 1001101 11001 111010 111110 101110

Color Harmonies of #C0BB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BB2D

Black with #C0BB2D

Text Example


Text Example

White with #C0BB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BB2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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