Html Css Color HEX #C2BD43 Old Gold

📋 copy color: '#C2BD43'

red 194 ◦ green 189 ◦ blue 67

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

Shades of Old Gold #C2BD43

Tints of Old Gold #C2BD43

RGB

 RED value IS 194 (76.17% from 255) = 43.11%

 GREEN value IS 189 (74.22% from 255) = 42%

 BLUE value IS 67 (26.56% from 255) = 14.89%

R = 43.11%
G = 42%
B = 14.89%

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

#C2BD43 (or 0xC2BD43) is known color: Old Gold. HEX triplet: C2, BD and 43. RGB value is (194,189,67). Sum of RGB (Red+Green+Blue) = 194+189+67=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 67 (26.56% from 255 or 14.89% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BD43 is #3D42BC. Grayscale: #B1B1B1. Windows color (decimal): -4014781 or 4439490. OLE color: 4439490.

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

Color convert

RGB 194 189 67 -
CMYK 0 0.03 0.65 0.24
HSL 57.64º 0.51% 0.51% -
HSV(B) 57.64º 0.65% 0.76% -
XYZ 41.46 48.27 12.44 -
YUV 176.59 66.16 140.42 -
System Red Green Blue C M Y K H S L
Decimal 194 189 67 0 0.03 0.65 0.24 57.64 0.51 0.51
Hex C2 BD 43 0 3 41 18 3A 33 33
Octal 302 275 103 0 3 101 30 72 63 63
Binary 11000010 10111101 1000011 0 11 1000001 11000 111010 110011 110011

Color Harmonies of #C2BD43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BD43

Black with #C2BD43

Text Example


Text Example

White with #C2BD43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BD43; }

 p { color: rgb(194,189,67); }

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

background-color css

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

 a { background-color: rgb(194,189,67); }

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

border-color css

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

 span { border-color: rgb(194,189,67); }

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