Html Css Color HEX #C6A04B Sundance

📋 copy color: '#C6A04B'

red 198 ◦ green 160 ◦ blue 75

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

Shades of Sundance #C6A04B

Tints of Sundance #C6A04B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.95%

 BLUE value IS 75 (29.69% from 255) = 17.32%

R = 45.73%
G = 36.95%
B = 17.32%

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

#C6A04B (or 0xC6A04B) is known color: Sundance. HEX triplet: C6, A0 and 4B. RGB value is (198,160,75). Sum of RGB (Red+Green+Blue) = 198+160+75=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 75 (29.69% from 255 or 17.32% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A04B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A04B is #395FB4. Grayscale: #A2A2A2. Windows color (decimal): -3760053 or 4956358. OLE color: 4956358.

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

Color convert

RGB 198 160 75 -
CMYK 0 0.19 0.62 0.22
HSL 41.46º 0.52% 0.54% -
HSV(B) 41.46º 0.62% 0.78% -
XYZ 37.13 37.66 11.97 -
YUV 161.67 79.09 153.91 -
System Red Green Blue C M Y K H S L
Decimal 198 160 75 0 0.19 0.62 0.22 41.46 0.52 0.54
Hex C6 A0 4B 0 13 3E 16 29 34 36
Octal 306 240 113 0 23 76 26 51 64 66
Binary 11000110 10100000 1001011 0 10011 111110 10110 101001 110100 110110

Color Harmonies of #C6A04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A04B

Black with #C6A04B

Text Example


Text Example

White with #C6A04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A04B; }

 p { color: rgb(198,160,75); }

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

background-color css

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

 a { background-color: rgb(198,160,75); }

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

border-color css

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

 span { border-color: rgb(198,160,75); }

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