Html Css Color HEX #C2B13F Old Gold

📋 copy color: '#C2B13F'

red 194 ◦ green 177 ◦ blue 63

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

Shades of Old Gold #C2B13F

Tints of Old Gold #C2B13F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.52%

R = 44.7%
G = 40.78%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2B13F (or 0xC2B13F) is known color: Old Gold. HEX triplet: C2, B1 and 3F. RGB value is (194,177,63). Sum of RGB (Red+Green+Blue) = 194+177+63=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 63 (25% from 255 or 14.52% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B13F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B13F is #3D4EC0. Grayscale: #A9A9A9. Windows color (decimal): -4017857 or 4174274. OLE color: 4174274.

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

Color convert

RGB 194 177 63 -
CMYK 0 0.09 0.68 0.24
HSL 52.21º 0.52% 0.5% -
HSV(B) 52.21º 0.68% 0.76% -
XYZ 38.87 43.27 11.01 -
YUV 169.09 68.13 145.77 -
System Red Green Blue C M Y K H S L
Decimal 194 177 63 0 0.09 0.68 0.24 52.21 0.52 0.5
Hex C2 B1 3F 0 9 44 18 34 34 32
Octal 302 261 77 0 11 104 30 64 64 62
Binary 11000010 10110001 111111 0 1001 1000100 11000 110100 110100 110010

Color Harmonies of #C2B13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B13F

Black with #C2B13F

Text Example


Text Example

White with #C2B13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B13F; }

 p { color: rgb(194,177,63); }

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

background-color css

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

 a { background-color: rgb(194,177,63); }

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

border-color css

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

 span { border-color: rgb(194,177,63); }

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