Html Css Color HEX #C8A74C Sundance

📋 copy color: '#C8A74C'

red 200 ◦ green 167 ◦ blue 76

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

Shades of Sundance #C8A74C

Tints of Sundance #C8A74C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.7%

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

R = 45.15%
G = 37.7%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8A74C (or 0xC8A74C) is known color: Sundance. HEX triplet: C8, A7 and 4C. RGB value is (200,167,76). Sum of RGB (Red+Green+Blue) = 200+167+76=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 76 (30.08% from 255 or 17.16% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A74C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A74C is #3758B3. Grayscale: #A6A6A6. Windows color (decimal): -3627188 or 5023688. OLE color: 5023688.

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

Color convert

RGB 200 167 76 -
CMYK 0 0.16 0.62 0.22
HSL 44.03º 0.53% 0.54% -
HSV(B) 44.03º 0.62% 0.78% -
XYZ 38.94 40.44 12.59 -
YUV 166.49 76.93 151.9 -
System Red Green Blue C M Y K H S L
Decimal 200 167 76 0 0.16 0.62 0.22 44.03 0.53 0.54
Hex C8 A7 4C 0 10 3E 16 2C 35 36
Octal 310 247 114 0 20 76 26 54 65 66
Binary 11001000 10100111 1001100 0 10000 111110 10110 101100 110101 110110

Color Harmonies of #C8A74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A74C

Black with #C8A74C

Text Example


Text Example

White with #C8A74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A74C; }

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

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

background-color css

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

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

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

border-color css

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

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

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