Html Css Color HEX #C99F50 Sundance

📋 copy color: '#C99F50'

red 201 ◦ green 159 ◦ blue 80

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

Shades of Sundance #C99F50

Tints of Sundance #C99F50

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.14%

 BLUE value IS 80 (31.64% from 255) = 18.18%

R = 45.68%
G = 36.14%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C99F50 (or 0xC99F50) is known color: Sundance. HEX triplet: C9, 9F and 50. RGB value is (201,159,80). Sum of RGB (Red+Green+Blue) = 201+159+80=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99F50 is #3660AF. Grayscale: #A2A2A2. Windows color (decimal): -3563696 or 5283785. OLE color: 5283785.

HSL color Cylindrical-coordinate representation of color #C99F50: hue angle of 39.17º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C99F50 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 159 80 -
CMYK 0 0.21 0.60 0.21
HSL 39.17º 0.53% 0.55% -
HSV(B) 39.17º 0.6% 0.79% -
XYZ 37.93 37.79 12.88 -
YUV 162.55 81.41 155.42 -
System Red Green Blue C M Y K H S L
Decimal 201 159 80 0 0.21 0.60 0.21 39.17 0.53 0.55
Hex C9 9F 50 0 15 3C 15 27 35 37
Octal 311 237 120 0 25 74 25 47 65 67
Binary 11001001 10011111 1010000 0 10101 111100 10101 100111 110101 110111

Color Harmonies of #C99F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99F50

Black with #C99F50

Text Example


Text Example

White with #C99F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99F50; }

 p { color: rgb(201,159,80); }

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

background-color css

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

 a { background-color: rgb(201,159,80); }

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

border-color css

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

 span { border-color: rgb(201,159,80); }

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