Html Css Color HEX #C2B630 Old Gold

📋 copy color: '#C2B630'

red 194 ◦ green 182 ◦ blue 48

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

Shades of Old Gold #C2B630

Tints of Old Gold #C2B630

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.92%

 BLUE value IS 48 (19.14% from 255) = 11.32%

R = 45.75%
G = 42.92%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C2B630 (or 0xC2B630) is known color: Old Gold. HEX triplet: C2, B6 and 30. RGB value is (194,182,48). Sum of RGB (Red+Green+Blue) = 194+182+48=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 182 (71.48% from 255 or 42.92% from 424); Blue value is 48 (19.14% from 255 or 11.32% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B630 is #3D49CF. Grayscale: #AAAAAA. Windows color (decimal): -4016592 or 3192514. OLE color: 3192514.

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

Color convert

RGB 194 182 48 -
CMYK 0 0.06 0.75 0.24
HSL 55.07º 0.6% 0.47% -
HSV(B) 55.07º 0.75% 0.76% -
XYZ 39.51 45.14 9.43 -
YUV 170.31 58.98 144.9 -
System Red Green Blue C M Y K H S L
Decimal 194 182 48 0 0.06 0.75 0.24 55.07 0.6 0.47
Hex C2 B6 30 0 6 4B 18 37 3C 2F
Octal 302 266 60 0 6 113 30 67 74 57
Binary 11000010 10110110 110000 0 110 1001011 11000 110111 111100 101111

Color Harmonies of #C2B630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B630

Black with #C2B630

Text Example


Text Example

White with #C2B630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B630; }

 p { color: rgb(194,182,48); }

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

background-color css

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

 a { background-color: rgb(194,182,48); }

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

border-color css

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

 span { border-color: rgb(194,182,48); }

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