Html Css Color HEX #C8A450 Sundance

📋 copy color: '#C8A450'

red 200 ◦ green 164 ◦ blue 80

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

Shades of Sundance #C8A450

Tints of Sundance #C8A450

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.94%

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

R = 45.05%
G = 36.94%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C8A450 (or 0xC8A450) is known color: Sundance. HEX triplet: C8, A4 and 50. RGB value is (200,164,80). Sum of RGB (Red+Green+Blue) = 200+164+80=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A450 is #375BAF. Grayscale: #A5A5A5. Windows color (decimal): -3627952 or 5285064. OLE color: 5285064.

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

Color convert

RGB 200 164 80 -
CMYK 0 0.18 0.6 0.22
HSL 42º 0.52% 0.55% -
HSV(B) 42º 0.6% 0.78% -
XYZ 38.54 39.41 13.16 -
YUV 165.19 79.93 152.83 -
System Red Green Blue C M Y K H S L
Decimal 200 164 80 0 0.18 0.6 0.22 42 0.52 0.55
Hex C8 A4 50 0 12 3C 16 2A 34 37
Octal 310 244 120 0 22 74 26 52 64 67
Binary 11001000 10100100 1010000 0 10010 111100 10110 101010 110100 110111

Color Harmonies of #C8A450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A450

Black with #C8A450

Text Example


Text Example

White with #C8A450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A450; }

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

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

background-color css

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

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

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

border-color css

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

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

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