Html Css Color HEX #C3BE44 Old Gold

📋 copy color: '#C3BE44'

red 195 ◦ green 190 ◦ blue 68

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

Shades of Old Gold #C3BE44

Tints of Old Gold #C3BE44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.01%

R = 43.05%
G = 41.94%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C3BE44 (or 0xC3BE44) is known color: Old Gold. HEX triplet: C3, BE and 44. RGB value is (195,190,68). Sum of RGB (Red+Green+Blue) = 195+190+68=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 68 (26.95% from 255 or 15.01% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BE44 is #3C41BB. Grayscale: #B2B2B2. Windows color (decimal): -3948988 or 4505283. OLE color: 4505283.

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

Color convert

RGB 195 190 68 -
CMYK 0 0.03 0.65 0.24
HSL 57.64º 0.51% 0.52% -
HSV(B) 57.64º 0.65% 0.76% -
XYZ 41.96 48.85 12.69 -
YUV 177.59 66.16 140.42 -
System Red Green Blue C M Y K H S L
Decimal 195 190 68 0 0.03 0.65 0.24 57.64 0.51 0.52
Hex C3 BE 44 0 3 41 18 3A 33 34
Octal 303 276 104 0 3 101 30 72 63 64
Binary 11000011 10111110 1000100 0 11 1000001 11000 111010 110011 110100

Color Harmonies of #C3BE44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BE44

Black with #C3BE44

Text Example


Text Example

White with #C3BE44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BE44; }

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

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

background-color css

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

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

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

border-color css

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

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

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