Html Css Color HEX #C2B330 Old Gold

📋 copy color: '#C2B330'

red 194 ◦ green 179 ◦ blue 48

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

Shades of Old Gold #C2B330

Tints of Old Gold #C2B330

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.52%

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

R = 46.08%
G = 42.52%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C2B330 (or 0xC2B330) is known color: Old Gold. HEX triplet: C2, B3 and 30. RGB value is (194,179,48). Sum of RGB (Red+Green+Blue) = 194+179+48=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 179 (70.31% from 255 or 42.52% from 421); Blue value is 48 (19.14% from 255 or 11.40% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B330 is #3D4CCF. Grayscale: #A9A9A9. Windows color (decimal): -4017360 or 3191746. OLE color: 3191746.

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

Color convert

RGB 194 179 48 -
CMYK 0 0.08 0.75 0.24
HSL 53.84º 0.6% 0.47% -
HSV(B) 53.84º 0.75% 0.76% -
XYZ 38.9 43.92 9.22 -
YUV 168.55 59.97 146.15 -
System Red Green Blue C M Y K H S L
Decimal 194 179 48 0 0.08 0.75 0.24 53.84 0.6 0.47
Hex C2 B3 30 0 8 4B 18 36 3C 2F
Octal 302 263 60 0 10 113 30 66 74 57
Binary 11000010 10110011 110000 0 1000 1001011 11000 110110 111100 101111

Color Harmonies of #C2B330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B330

Black with #C2B330

Text Example


Text Example

White with #C2B330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B330; }

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

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

background-color css

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

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

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

border-color css

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

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

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