Html Css Color HEX #C6A14C Sundance

📋 copy color: '#C6A14C'

red 198 ◦ green 161 ◦ blue 76

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

Shades of Sundance #C6A14C

Tints of Sundance #C6A14C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.01%

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

R = 45.52%
G = 37.01%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6A14C (or 0xC6A14C) is known color: Sundance. HEX triplet: C6, A1 and 4C. RGB value is (198,161,76). Sum of RGB (Red+Green+Blue) = 198+161+76=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 76 (30.08% from 255 or 17.47% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A14C is #395EB3. Grayscale: #A2A2A2. Windows color (decimal): -3759796 or 5022150. OLE color: 5022150.

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

Color convert

RGB 198 161 76 -
CMYK 0 0.19 0.62 0.22
HSL 41.8º 0.52% 0.54% -
HSV(B) 41.8º 0.62% 0.78% -
XYZ 37.34 38.02 12.21 -
YUV 162.37 79.26 153.41 -
System Red Green Blue C M Y K H S L
Decimal 198 161 76 0 0.19 0.62 0.22 41.8 0.52 0.54
Hex C6 A1 4C 0 13 3E 16 2A 34 36
Octal 306 241 114 0 23 76 26 52 64 66
Binary 11000110 10100001 1001100 0 10011 111110 10110 101010 110100 110110

Color Harmonies of #C6A14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A14C

Black with #C6A14C

Text Example


Text Example

White with #C6A14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A14C; }

 p { color: rgb(198,161,76); }

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

background-color css

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

 a { background-color: rgb(198,161,76); }

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

border-color css

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

 span { border-color: rgb(198,161,76); }

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