Html Css Color HEX #C3B441 Old Gold

📋 copy color: '#C3B441'

red 195 ◦ green 180 ◦ blue 65

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

Shades of Old Gold #C3B441

Tints of Old Gold #C3B441

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.91%

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

R = 44.32%
G = 40.91%
B = 14.77%

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

#C3B441 (or 0xC3B441) is known color: Old Gold. HEX triplet: C3, B4 and 41. RGB value is (195,180,65). Sum of RGB (Red+Green+Blue) = 195+180+65=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 65 (25.78% from 255 or 14.77% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B441 is #3C4BBE. Grayscale: #ABABAB. Windows color (decimal): -3951551 or 4306115. OLE color: 4306115.

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

Color convert

RGB 195 180 65 -
CMYK 0 0.08 0.67 0.24
HSL 53.08º 0.52% 0.51% -
HSV(B) 53.08º 0.67% 0.76% -
XYZ 39.78 44.63 11.52 -
YUV 171.38 67.97 144.85 -
System Red Green Blue C M Y K H S L
Decimal 195 180 65 0 0.08 0.67 0.24 53.08 0.52 0.51
Hex C3 B4 41 0 8 43 18 35 34 33
Octal 303 264 101 0 10 103 30 65 64 63
Binary 11000011 10110100 1000001 0 1000 1000011 11000 110101 110100 110011

Color Harmonies of #C3B441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B441

Black with #C3B441

Text Example


Text Example

White with #C3B441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B441; }

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

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

background-color css

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

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

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

border-color css

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

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

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