Html Css Color HEX #C8AE42 Old Gold

📋 copy color: '#C8AE42'

red 200 ◦ green 174 ◦ blue 66

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

Shades of Old Gold #C8AE42

Tints of Old Gold #C8AE42

RGB

 RED value IS 200 (78.52% from 255) = 45.45%

 GREEN value IS 174 (68.36% from 255) = 39.55%

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

R = 45.45%
G = 39.55%
B = 15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C8AE42 (or 0xC8AE42) is known color: Old Gold. HEX triplet: C8, AE and 42. RGB value is (200,174,66). Sum of RGB (Red+Green+Blue) = 200+174+66=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AE42 is #3751BD. Grayscale: #A9A9A9. Windows color (decimal): -3625406 or 4370120. OLE color: 4370120.

HSL color Cylindrical-coordinate representation of color #C8AE42: hue angle of 48.36º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C8AE42 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 174 66 -
CMYK 0 0.13 0.67 0.22
HSL 48.36º 0.55% 0.52% -
HSV(B) 48.36º 0.67% 0.78% -
XYZ 39.94 42.94 11.34 -
YUV 169.46 69.61 149.78 -
System Red Green Blue C M Y K H S L
Decimal 200 174 66 0 0.13 0.67 0.22 48.36 0.55 0.52
Hex C8 AE 42 0 D 43 16 30 37 34
Octal 310 256 102 0 15 103 26 60 67 64
Binary 11001000 10101110 1000010 0 1101 1000011 10110 110000 110111 110100

Color Harmonies of #C8AE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AE42

Black with #C8AE42

Text Example


Text Example

White with #C8AE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AE42; }

 p { color: rgb(200,174,66); }

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

background-color css

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

 a { background-color: rgb(200,174,66); }

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

border-color css

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

 span { border-color: rgb(200,174,66); }

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