Html Css Color HEX #C2B03B Old Gold

📋 copy color: '#C2B03B'

red 194 ◦ green 176 ◦ blue 59

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

Shades of Old Gold #C2B03B

Tints of Old Gold #C2B03B

RGB

 RED value IS 194 (76.17% from 255) = 45.22%

 GREEN value IS 176 (69.14% from 255) = 41.03%

 BLUE value IS 59 (23.44% from 255) = 13.75%

R = 45.22%
G = 41.03%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2B03B (or 0xC2B03B) is known color: Old Gold. HEX triplet: C2, B0 and 3B. RGB value is (194,176,59). Sum of RGB (Red+Green+Blue) = 194+176+59=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 59 (23.44% from 255 or 13.75% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B03B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B03B is #3D4FC4. Grayscale: #A8A8A8. Windows color (decimal): -4018117 or 3911874. OLE color: 3911874.

HSL color Cylindrical-coordinate representation of color #C2B03B: hue angle of 52º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2B03B is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 176 59 -
CMYK 0 0.09 0.70 0.24
HSL 52º 0.53% 0.5% -
HSV(B) 52º 0.7% 0.76% -
XYZ 38.56 42.84 10.37 -
YUV 168.04 66.46 146.51 -
System Red Green Blue C M Y K H S L
Decimal 194 176 59 0 0.09 0.70 0.24 52 0.53 0.5
Hex C2 B0 3B 0 9 46 18 34 35 32
Octal 302 260 73 0 11 106 30 64 65 62
Binary 11000010 10110000 111011 0 1001 1000110 11000 110100 110101 110010

Color Harmonies of #C2B03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B03B

Black with #C2B03B

Text Example


Text Example

White with #C2B03B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B03B; }

 p { color: rgb(194,176,59); }

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

background-color css

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

 a { background-color: rgb(194,176,59); }

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

border-color css

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

 span { border-color: rgb(194,176,59); }

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