Html Css Color HEX #C8A54C Sundance

📋 copy color: '#C8A54C'

red 200 ◦ green 165 ◦ blue 76

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

Shades of Sundance #C8A54C

Tints of Sundance #C8A54C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.41%

 BLUE value IS 76 (30.08% from 255) = 17.23%

R = 45.35%
G = 37.41%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8A54C (or 0xC8A54C) is known color: Sundance. HEX triplet: C8, A5 and 4C. RGB value is (200,165,76). Sum of RGB (Red+Green+Blue) = 200+165+76=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 76 (30.08% from 255 or 17.23% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A54C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A54C is #375AB3. Grayscale: #A5A5A5. Windows color (decimal): -3627700 or 5023176. OLE color: 5023176.

HSL color Cylindrical-coordinate representation of color #C8A54C: hue angle of 43.06º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8A54C is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 165 76 -
CMYK 0 0.18 0.62 0.22
HSL 43.06º 0.53% 0.54% -
HSV(B) 43.06º 0.62% 0.78% -
XYZ 38.58 39.71 12.47 -
YUV 165.32 77.6 152.74 -
System Red Green Blue C M Y K H S L
Decimal 200 165 76 0 0.18 0.62 0.22 43.06 0.53 0.54
Hex C8 A5 4C 0 12 3E 16 2B 35 36
Octal 310 245 114 0 22 76 26 53 65 66
Binary 11001000 10100101 1001100 0 10010 111110 10110 101011 110101 110110

Color Harmonies of #C8A54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A54C

Black with #C8A54C

Text Example


Text Example

White with #C8A54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A54C; }

 p { color: rgb(200,165,76); }

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

background-color css

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

 a { background-color: rgb(200,165,76); }

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

border-color css

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

 span { border-color: rgb(200,165,76); }

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