Html Css Color HEX #C2B23F Old Gold

📋 copy color: '#C2B23F'

red 194 ◦ green 178 ◦ blue 63

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

Shades of Old Gold #C2B23F

Tints of Old Gold #C2B23F

RGB

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

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

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

R = 44.6%
G = 40.92%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2B23F (or 0xC2B23F) is known color: Old Gold. HEX triplet: C2, B2 and 3F. RGB value is (194,178,63). Sum of RGB (Red+Green+Blue) = 194+178+63=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 63 (25% from 255 or 14.48% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B23F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B23F is #3D4DC0. Grayscale: #AAAAAA. Windows color (decimal): -4017601 or 4174530. OLE color: 4174530.

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

Color convert

RGB 194 178 63 -
CMYK 0 0.08 0.68 0.24
HSL 52.67º 0.52% 0.5% -
HSV(B) 52.67º 0.68% 0.76% -
XYZ 39.07 43.67 11.07 -
YUV 169.67 67.8 145.35 -
System Red Green Blue C M Y K H S L
Decimal 194 178 63 0 0.08 0.68 0.24 52.67 0.52 0.5
Hex C2 B2 3F 0 8 44 18 35 34 32
Octal 302 262 77 0 10 104 30 65 64 62
Binary 11000010 10110010 111111 0 1000 1000100 11000 110101 110100 110010

Color Harmonies of #C2B23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B23F

Black with #C2B23F

Text Example


Text Example

White with #C2B23F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B23F; }

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

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

background-color css

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

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

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

border-color css

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

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

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