Html Css Color HEX #C8B129 Old Gold

📋 copy color: '#C8B129'

red 200 ◦ green 177 ◦ blue 41

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

Shades of Old Gold #C8B129

Tints of Old Gold #C8B129

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.34%

 BLUE value IS 41 (16.41% from 255) = 9.81%

R = 47.85%
G = 42.34%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C8B129 (or 0xC8B129) is known color: Old Gold. HEX triplet: C8, B1 and 29. RGB value is (200,177,41). Sum of RGB (Red+Green+Blue) = 200+177+41=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 41 (16.41% from 255 or 9.81% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8B129 is #374ED6. Grayscale: #A8A8A8. Windows color (decimal): -3624663 or 2732488. OLE color: 2732488.

HSL color Cylindrical-coordinate representation of color #C8B129: hue angle of 51.32º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8B129 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 177 41 -
CMYK 0 0.12 0.80 0.22
HSL 51.32º 0.66% 0.47% -
HSV(B) 51.32º 0.8% 0.78% -
XYZ 39.94 43.88 8.46 -
YUV 168.37 56.12 150.56 -
System Red Green Blue C M Y K H S L
Decimal 200 177 41 0 0.12 0.80 0.22 51.32 0.66 0.47
Hex C8 B1 29 0 C 50 16 33 42 2F
Octal 310 261 51 0 14 120 26 63 102 57
Binary 11001000 10110001 101001 0 1100 1010000 10110 110011 1000010 101111

Color Harmonies of #C8B129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B129

Black with #C8B129

Text Example


Text Example

White with #C8B129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B129; }

 p { color: rgb(200,177,41); }

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

background-color css

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

 a { background-color: rgb(200,177,41); }

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

border-color css

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

 span { border-color: rgb(200,177,41); }

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