Html Css Color HEX #C3BE42 Old Gold

📋 copy color: '#C3BE42'

red 195 ◦ green 190 ◦ blue 66

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

Shades of Old Gold #C3BE42

Tints of Old Gold #C3BE42

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.13%

 BLUE value IS 66 (26.17% from 255) = 14.63%

R = 43.24%
G = 42.13%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C3BE42 (or 0xC3BE42) is known color: Old Gold. HEX triplet: C3, BE and 42. RGB value is (195,190,66). Sum of RGB (Red+Green+Blue) = 195+190+66=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 66 (26.17% from 255 or 14.63% from 451); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BE42 is #3C41BD. Grayscale: #B1B1B1. Windows color (decimal): -3948990 or 4374211. OLE color: 4374211.

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

Color convert

RGB 195 190 66 -
CMYK 0 0.03 0.66 0.24
HSL 57.67º 0.52% 0.51% -
HSV(B) 57.67º 0.66% 0.76% -
XYZ 41.9 48.82 12.37 -
YUV 177.36 65.16 140.58 -
System Red Green Blue C M Y K H S L
Decimal 195 190 66 0 0.03 0.66 0.24 57.67 0.52 0.51
Hex C3 BE 42 0 3 42 18 3A 34 33
Octal 303 276 102 0 3 102 30 72 64 63
Binary 11000011 10111110 1000010 0 11 1000010 11000 111010 110100 110011

Color Harmonies of #C3BE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BE42

Black with #C3BE42

Text Example


Text Example

White with #C3BE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BE42; }

 p { color: rgb(195,190,66); }

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

background-color css

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

 a { background-color: rgb(195,190,66); }

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

border-color css

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

 span { border-color: rgb(195,190,66); }

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