Html Css Color HEX #C3B341 Old Gold

📋 copy color: '#C3B341'

red 195 ◦ green 179 ◦ blue 65

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

Shades of Old Gold #C3B341

Tints of Old Gold #C3B341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.81%

R = 44.42%
G = 40.77%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C3B341 (or 0xC3B341) is known color: Old Gold. HEX triplet: C3, B3 and 41. RGB value is (195,179,65). Sum of RGB (Red+Green+Blue) = 195+179+65=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 65 (25.78% from 255 or 14.81% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B341 is #3C4CBE. Grayscale: #ABABAB. Windows color (decimal): -3951807 or 4305859. OLE color: 4305859.

HSL color Cylindrical-coordinate representation of color #C3B341: hue angle of 52.62º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C3B341 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 179 65 -
CMYK 0 0.08 0.67 0.24
HSL 52.62º 0.52% 0.51% -
HSV(B) 52.62º 0.67% 0.76% -
XYZ 39.58 44.22 11.45 -
YUV 170.79 68.3 145.27 -
System Red Green Blue C M Y K H S L
Decimal 195 179 65 0 0.08 0.67 0.24 52.62 0.52 0.51
Hex C3 B3 41 0 8 43 18 35 34 33
Octal 303 263 101 0 10 103 30 65 64 63
Binary 11000011 10110011 1000001 0 1000 1000011 11000 110101 110100 110011

Color Harmonies of #C3B341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B341

Black with #C3B341

Text Example


Text Example

White with #C3B341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B341; }

 p { color: rgb(195,179,65); }

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

background-color css

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

 a { background-color: rgb(195,179,65); }

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

border-color css

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

 span { border-color: rgb(195,179,65); }

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