Html Css Color HEX #C2B732 Old Gold

📋 copy color: '#C2B732'

red 194 ◦ green 183 ◦ blue 50

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

Shades of Old Gold #C2B732

Tints of Old Gold #C2B732

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.86%

 BLUE value IS 50 (19.92% from 255) = 11.71%

R = 45.43%
G = 42.86%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C2B732 (or 0xC2B732) is known color: Old Gold. HEX triplet: C2, B7 and 32. RGB value is (194,183,50). Sum of RGB (Red+Green+Blue) = 194+183+50=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 183 (71.88% from 255 or 42.86% from 427); Blue value is 50 (19.92% from 255 or 11.71% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B732 is #3D48CD. Grayscale: #ABABAB. Windows color (decimal): -4016334 or 3323842. OLE color: 3323842.

HSL color Cylindrical-coordinate representation of color #C2B732: hue angle of 55.42º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2B732 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 183 50 -
CMYK 0 0.06 0.74 0.24
HSL 55.42º 0.59% 0.48% -
HSV(B) 55.42º 0.74% 0.76% -
XYZ 39.76 45.57 9.72 -
YUV 171.13 59.64 144.31 -
System Red Green Blue C M Y K H S L
Decimal 194 183 50 0 0.06 0.74 0.24 55.42 0.59 0.48
Hex C2 B7 32 0 6 4A 18 37 3B 30
Octal 302 267 62 0 6 112 30 67 73 60
Binary 11000010 10110111 110010 0 110 1001010 11000 110111 111011 110000

Color Harmonies of #C2B732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B732

Black with #C2B732

Text Example


Text Example

White with #C2B732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B732; }

 p { color: rgb(194,183,50); }

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

background-color css

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

 a { background-color: rgb(194,183,50); }

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

border-color css

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

 span { border-color: rgb(194,183,50); }

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