Html Css Color HEX #C8B442 Old Gold

📋 copy color: '#C8B442'

red 200 ◦ green 180 ◦ blue 66

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

Shades of Old Gold #C8B442

Tints of Old Gold #C8B442

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.36%

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

R = 44.84%
G = 40.36%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C8B442 (or 0xC8B442) is known color: Old Gold. HEX triplet: C8, B4 and 42. RGB value is (200,180,66). Sum of RGB (Red+Green+Blue) = 200+180+66=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 66 (26.17% from 255 or 14.80% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B442 is #374BBD. Grayscale: #ADADAD. Windows color (decimal): -3623870 or 4371656. OLE color: 4371656.

HSL color Cylindrical-coordinate representation of color #C8B442: hue angle of 51.04º 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 #C8B442 is Cyan = 0, Magento = 0.1, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 180 66 -
CMYK 0 0.1 0.67 0.22
HSL 51.04º 0.55% 0.52% -
HSV(B) 51.04º 0.67% 0.78% -
XYZ 41.12 45.32 11.73 -
YUV 172.98 67.63 147.27 -
System Red Green Blue C M Y K H S L
Decimal 200 180 66 0 0.1 0.67 0.22 51.04 0.55 0.52
Hex C8 B4 42 0 A 43 16 33 37 34
Octal 310 264 102 0 12 103 26 63 67 64
Binary 11001000 10110100 1000010 0 1010 1000011 10110 110011 110111 110100

Color Harmonies of #C8B442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B442

Black with #C8B442

Text Example


Text Example

White with #C8B442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B442; }

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

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

background-color css

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

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

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

border-color css

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

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

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