Html Css Color HEX #C99F4B Sundance

📋 copy color: '#C99F4B'

red 201 ◦ green 159 ◦ blue 75

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

Shades of Sundance #C99F4B

Tints of Sundance #C99F4B

RGB

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

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

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

R = 46.21%
G = 36.55%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C99F4B (or 0xC99F4B) is known color: Sundance. HEX triplet: C9, 9F and 4B. RGB value is (201,159,75). Sum of RGB (Red+Green+Blue) = 201+159+75=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 75 (29.69% from 255 or 17.24% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99F4B is #3660B4. Grayscale: #A2A2A2. Windows color (decimal): -3563701 or 4956105. OLE color: 4956105.

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

Color convert

RGB 201 159 75 -
CMYK 0 0.21 0.63 0.21
HSL 40º 0.54% 0.54% -
HSV(B) 40º 0.63% 0.79% -
XYZ 37.76 37.72 11.95 -
YUV 161.98 78.91 155.83 -
System Red Green Blue C M Y K H S L
Decimal 201 159 75 0 0.21 0.63 0.21 40 0.54 0.54
Hex C9 9F 4B 0 15 3F 15 28 36 36
Octal 311 237 113 0 25 77 25 50 66 66
Binary 11001001 10011111 1001011 0 10101 111111 10101 101000 110110 110110

Color Harmonies of #C99F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99F4B

Black with #C99F4B

Text Example


Text Example

White with #C99F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99F4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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