Html Css Color HEX #C8B32C Old Gold

📋 copy color: '#C8B32C'

red 200 ◦ green 179 ◦ blue 44

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

Shades of Old Gold #C8B32C

Tints of Old Gold #C8B32C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.32%

 BLUE value IS 44 (17.58% from 255) = 10.4%

R = 47.28%
G = 42.32%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8B32C (or 0xC8B32C) is known color: Old Gold. HEX triplet: C8, B3 and 2C. RGB value is (200,179,44). Sum of RGB (Red+Green+Blue) = 200+179+44=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 44 (17.58% from 255 or 10.40% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B32C is #374CD3. Grayscale: #AAAAAA. Windows color (decimal): -3624148 or 2929608. OLE color: 2929608.

HSL color Cylindrical-coordinate representation of color #C8B32C: hue angle of 51.92º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8B32C is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 179 44 -
CMYK 0 0.10 0.78 0.22
HSL 51.92º 0.64% 0.48% -
HSV(B) 51.92º 0.78% 0.78% -
XYZ 40.39 44.7 8.88 -
YUV 169.89 56.96 149.48 -
System Red Green Blue C M Y K H S L
Decimal 200 179 44 0 0.10 0.78 0.22 51.92 0.64 0.48
Hex C8 B3 2C 0 A 4E 16 34 40 30
Octal 310 263 54 0 12 116 26 64 100 60
Binary 11001000 10110011 101100 0 1010 1001110 10110 110100 1000000 110000

Color Harmonies of #C8B32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B32C

Black with #C8B32C

Text Example


Text Example

White with #C8B32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B32C; }

 p { color: rgb(200,179,44); }

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

background-color css

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

 a { background-color: rgb(200,179,44); }

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

border-color css

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

 span { border-color: rgb(200,179,44); }

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