Html Css Color HEX #C6A852 Sundance

📋 copy color: '#C6A852'

red 198 ◦ green 168 ◦ blue 82

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

Shades of Sundance #C6A852

Tints of Sundance #C6A852

RGB

 RED value IS 198 (77.73% from 255) = 44.2%

 GREEN value IS 168 (66.02% from 255) = 37.5%

 BLUE value IS 82 (32.42% from 255) = 18.3%

R = 44.2%
G = 37.5%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C6A852 (or 0xC6A852) is known color: Sundance. HEX triplet: C6, A8 and 52. RGB value is (198,168,82). Sum of RGB (Red+Green+Blue) = 198+168+82=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 82 (32.42% from 255 or 18.30% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A852 is #3957AD. Grayscale: #A7A7A7. Windows color (decimal): -3757998 or 5417158. OLE color: 5417158.

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

Color convert

RGB 198 168 82 -
CMYK 0 0.15 0.59 0.22
HSL 44.48º 0.5% 0.55% -
HSV(B) 44.48º 0.59% 0.78% -
XYZ 38.81 40.62 13.78 -
YUV 167.17 79.94 149.99 -
System Red Green Blue C M Y K H S L
Decimal 198 168 82 0 0.15 0.59 0.22 44.48 0.5 0.55
Hex C6 A8 52 0 F 3B 16 2C 32 37
Octal 306 250 122 0 17 73 26 54 62 67
Binary 11000110 10101000 1010010 0 1111 111011 10110 101100 110010 110111

Color Harmonies of #C6A852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A852

Black with #C6A852

Text Example


Text Example

White with #C6A852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A852; }

 p { color: rgb(198,168,82); }

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

background-color css

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

 a { background-color: rgb(198,168,82); }

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

border-color css

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

 span { border-color: rgb(198,168,82); }

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