Html Css Color HEX #C9A348 Sundance

📋 copy color: '#C9A348'

red 201 ◦ green 163 ◦ blue 72

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

Shades of Sundance #C9A348

Tints of Sundance #C9A348

RGB

 RED value IS 201 (78.91% from 255) = 46.1%

 GREEN value IS 163 (64.06% from 255) = 37.39%

 BLUE value IS 72 (28.52% from 255) = 16.51%

R = 46.1%
G = 37.39%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C9A348 (or 0xC9A348) is known color: Sundance. HEX triplet: C9, A3 and 48. RGB value is (201,163,72). Sum of RGB (Red+Green+Blue) = 201+163+72=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 72 (28.52% from 255 or 16.51% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A348 is #365CB7. Grayscale: #A4A4A4. Windows color (decimal): -3562680 or 4760521. OLE color: 4760521.

HSL color Cylindrical-coordinate representation of color #C9A348: hue angle of 42.33º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C9A348 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 163 72 -
CMYK 0 0.19 0.64 0.21
HSL 42.33º 0.54% 0.54% -
HSV(B) 42.33º 0.64% 0.79% -
XYZ 38.35 39.08 11.65 -
YUV 163.99 76.09 154.4 -
System Red Green Blue C M Y K H S L
Decimal 201 163 72 0 0.19 0.64 0.21 42.33 0.54 0.54
Hex C9 A3 48 0 13 40 15 2A 36 36
Octal 311 243 110 0 23 100 25 52 66 66
Binary 11001001 10100011 1001000 0 10011 1000000 10101 101010 110110 110110

Color Harmonies of #C9A348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A348

Black with #C9A348

Text Example


Text Example

White with #C9A348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A348; }

 p { color: rgb(201,163,72); }

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

background-color css

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

 a { background-color: rgb(201,163,72); }

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

border-color css

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

 span { border-color: rgb(201,163,72); }

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