Html Css Color HEX #C9A13F Sundance

📋 copy color: '#C9A13F'

red 201 ◦ green 161 ◦ blue 63

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

Shades of Sundance #C9A13F

Tints of Sundance #C9A13F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.82%

R = 47.29%
G = 37.88%
B = 14.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9A13F (or 0xC9A13F) is known color: Sundance. HEX triplet: C9, A1 and 3F. RGB value is (201,161,63). Sum of RGB (Red+Green+Blue) = 201+161+63=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 63 (25% from 255 or 14.82% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A13F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A13F is #365EC0. Grayscale: #A2A2A2. Windows color (decimal): -3563201 or 4170185. OLE color: 4170185.

HSL color Cylindrical-coordinate representation of color #C9A13F: hue angle of 42.61º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C9A13F is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 161 63 -
CMYK 0 0.20 0.69 0.21
HSL 42.61º 0.56% 0.52% -
HSV(B) 42.61º 0.69% 0.79% -
XYZ 37.73 38.27 10.1 -
YUV 161.79 72.25 155.97 -
System Red Green Blue C M Y K H S L
Decimal 201 161 63 0 0.20 0.69 0.21 42.61 0.56 0.52
Hex C9 A1 3F 0 14 45 15 2B 38 34
Octal 311 241 77 0 24 105 25 53 70 64
Binary 11001001 10100001 111111 0 10100 1000101 10101 101011 111000 110100

Color Harmonies of #C9A13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A13F

Black with #C9A13F

Text Example


Text Example

White with #C9A13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A13F; }

 p { color: rgb(201,161,63); }

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

background-color css

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

 a { background-color: rgb(201,161,63); }

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

border-color css

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

 span { border-color: rgb(201,161,63); }

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