Html Css Color HEX #C3BB2D Old Gold

📋 copy color: '#C3BB2D'

red 195 ◦ green 187 ◦ blue 45

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

Shades of Old Gold #C3BB2D

Tints of Old Gold #C3BB2D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.79%

 BLUE value IS 45 (17.97% from 255) = 10.54%

R = 45.67%
G = 43.79%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3BB2D (or 0xC3BB2D) is known color: Old Gold. HEX triplet: C3, BB and 2D. RGB value is (195,187,45). Sum of RGB (Red+Green+Blue) = 195+187+45=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 187 (73.44% from 255 or 43.79% from 427); Blue value is 45 (17.97% from 255 or 10.54% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BB2D is #3C44D2. Grayscale: #ADADAD. Windows color (decimal): -3949779 or 2997187. OLE color: 2997187.

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

Color convert

RGB 195 187 45 -
CMYK 0 0.04 0.77 0.24
HSL 56.8º 0.63% 0.47% -
HSV(B) 56.8º 0.77% 0.76% -
XYZ 40.75 47.33 9.47 -
YUV 173.2 55.65 143.55 -
System Red Green Blue C M Y K H S L
Decimal 195 187 45 0 0.04 0.77 0.24 56.8 0.63 0.47
Hex C3 BB 2D 0 4 4D 18 39 3E 2F
Octal 303 273 55 0 4 115 30 71 76 57
Binary 11000011 10111011 101101 0 100 1001101 11000 111001 111110 101111

Color Harmonies of #C3BB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BB2D

Black with #C3BB2D

Text Example


Text Example

White with #C3BB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BB2D; }

 p { color: rgb(195,187,45); }

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

background-color css

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

 a { background-color: rgb(195,187,45); }

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

border-color css

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

 span { border-color: rgb(195,187,45); }

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