Html Css Color HEX #C8AB50 Sundance

📋 copy color: '#C8AB50'

red 200 ◦ green 171 ◦ blue 80

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

Shades of Sundance #C8AB50

Tints of Sundance #C8AB50

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.92%

 BLUE value IS 80 (31.64% from 255) = 17.74%

R = 44.35%
G = 37.92%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C8AB50 (or 0xC8AB50) is known color: Sundance. HEX triplet: C8, AB and 50. RGB value is (200,171,80). Sum of RGB (Red+Green+Blue) = 200+171+80=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 80 (31.64% from 255 or 17.74% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AB50 is #3754AF. Grayscale: #A9A9A9. Windows color (decimal): -3626160 or 5286856. OLE color: 5286856.

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

Color convert

RGB 200 171 80 -
CMYK 0 0.14 0.6 0.22
HSL 45.5º 0.52% 0.55% -
HSV(B) 45.5º 0.6% 0.78% -
XYZ 39.83 41.98 13.59 -
YUV 169.3 77.61 149.9 -
System Red Green Blue C M Y K H S L
Decimal 200 171 80 0 0.14 0.6 0.22 45.5 0.52 0.55
Hex C8 AB 50 0 E 3C 16 2E 34 37
Octal 310 253 120 0 16 74 26 56 64 67
Binary 11001000 10101011 1010000 0 1110 111100 10110 101110 110100 110111

Color Harmonies of #C8AB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AB50

Black with #C8AB50

Text Example


Text Example

White with #C8AB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AB50; }

 p { color: rgb(200,171,80); }

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

background-color css

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

 a { background-color: rgb(200,171,80); }

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

border-color css

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

 span { border-color: rgb(200,171,80); }

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