Html Css Color HEX #C3B232 Old Gold

📋 copy color: '#C3B232'

red 195 ◦ green 178 ◦ blue 50

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

Shades of Old Gold #C3B232

Tints of Old Gold #C3B232

RGB

 RED value IS 195 (76.56% from 255) = 46.1%

 GREEN value IS 178 (69.92% from 255) = 42.08%

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

R = 46.1%
G = 42.08%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C3B232 (or 0xC3B232) is known color: Old Gold. HEX triplet: C3, B2 and 32. RGB value is (195,178,50). Sum of RGB (Red+Green+Blue) = 195+178+50=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 50 (19.92% from 255 or 11.82% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3B232 is #3C4DCD. Grayscale: #A9A9A9. Windows color (decimal): -3952078 or 3322563. OLE color: 3322563.

HSL color Cylindrical-coordinate representation of color #C3B232: hue angle of 52.97º 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 #C3B232 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 178 50 -
CMYK 0 0.09 0.74 0.24
HSL 52.97º 0.59% 0.48% -
HSV(B) 52.97º 0.74% 0.76% -
XYZ 39 43.67 9.39 -
YUV 168.49 61.13 146.91 -
System Red Green Blue C M Y K H S L
Decimal 195 178 50 0 0.09 0.74 0.24 52.97 0.59 0.48
Hex C3 B2 32 0 9 4A 18 35 3B 30
Octal 303 262 62 0 11 112 30 65 73 60
Binary 11000011 10110010 110010 0 1001 1001010 11000 110101 111011 110000

Color Harmonies of #C3B232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B232

Black with #C3B232

Text Example


Text Example

White with #C3B232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B232; }

 p { color: rgb(195,178,50); }

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

background-color css

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

 a { background-color: rgb(195,178,50); }

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

border-color css

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

 span { border-color: rgb(195,178,50); }

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