Html Css Color HEX #C8AE4C Sundance

📋 copy color: '#C8AE4C'

red 200 ◦ green 174 ◦ blue 76

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

Shades of Sundance #C8AE4C

Tints of Sundance #C8AE4C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.67%

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

R = 44.44%
G = 38.67%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8AE4C (or 0xC8AE4C) is known color: Sundance. HEX triplet: C8, AE and 4C. RGB value is (200,174,76). Sum of RGB (Red+Green+Blue) = 200+174+76=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 76 (30.08% from 255 or 16.89% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AE4C is #3751B3. Grayscale: #ABABAB. Windows color (decimal): -3625396 or 5025480. OLE color: 5025480.

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

Color convert

RGB 200 174 76 -
CMYK 0 0.13 0.62 0.22
HSL 47.42º 0.53% 0.54% -
HSV(B) 47.42º 0.62% 0.78% -
XYZ 40.26 43.07 13.03 -
YUV 170.6 74.61 148.97 -
System Red Green Blue C M Y K H S L
Decimal 200 174 76 0 0.13 0.62 0.22 47.42 0.53 0.54
Hex C8 AE 4C 0 D 3E 16 2F 35 36
Octal 310 256 114 0 15 76 26 57 65 66
Binary 11001000 10101110 1001100 0 1101 111110 10110 101111 110101 110110

Color Harmonies of #C8AE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AE4C

Black with #C8AE4C

Text Example


Text Example

White with #C8AE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AE4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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