Html Css Color HEX #C99369 Whiskey

📋 copy color: '#C99369'

red 201 ◦ green 147 ◦ blue 105

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

Shades of Whiskey #C99369

Tints of Whiskey #C99369

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.45%

 BLUE value IS 105 (41.41% from 255) = 23.18%

R = 44.37%
G = 32.45%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#C99369 (or 0xC99369) is known color: Whiskey. HEX triplet: C9, 93 and 69. RGB value is (201,147,105). Sum of RGB (Red+Green+Blue) = 201+147+105=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C99369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99369 is #366C96. Grayscale: #9E9E9E. Windows color (decimal): -3566743 or 6919113. OLE color: 6919113.

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

Color convert

RGB 201 147 105 -
CMYK 0 0.27 0.48 0.21
HSL 26.25º 0.47% 0.6% -
HSV(B) 26.25º 0.48% 0.79% -
XYZ 37.07 34.3 18.03 -
YUV 158.36 97.89 158.42 -
System Red Green Blue C M Y K H S L
Decimal 201 147 105 0 0.27 0.48 0.21 26.25 0.47 0.6
Hex C9 93 69 0 1B 30 15 1A 2F 3C
Octal 311 223 151 0 33 60 25 32 57 74
Binary 11001001 10010011 1101001 0 11011 110000 10101 11010 101111 111100

Color Harmonies of #C99369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99369

Black with #C99369

Text Example


Text Example

White with #C99369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99369; }

 p { color: rgb(201,147,105); }

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

background-color css

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

 a { background-color: rgb(201,147,105); }

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

border-color css

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

 span { border-color: rgb(201,147,105); }

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