Html Css Color HEX #C99069 Whiskey

📋 copy color: '#C99069'

red 201 ◦ green 144 ◦ blue 105

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

Shades of Whiskey #C99069

Tints of Whiskey #C99069

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32%

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

R = 44.67%
G = 32%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#C99069 (or 0xC99069) is known color: Whiskey. HEX triplet: C9, 90 and 69. RGB value is (201,144,105). Sum of RGB (Red+Green+Blue) = 201+144+105=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C99069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99069 is #366F96. Grayscale: #9C9C9C. Windows color (decimal): -3567511 or 6918345. OLE color: 6918345.

HSL color Cylindrical-coordinate representation of color #C99069: hue angle of 24.38º 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 #C99069 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 144 105 -
CMYK 0 0.28 0.48 0.21
HSL 24.38º 0.47% 0.6% -
HSV(B) 24.38º 0.48% 0.79% -
XYZ 36.61 33.38 17.88 -
YUV 156.6 98.88 159.67 -
System Red Green Blue C M Y K H S L
Decimal 201 144 105 0 0.28 0.48 0.21 24.38 0.47 0.6
Hex C9 90 69 0 1C 30 15 18 2F 3C
Octal 311 220 151 0 34 60 25 30 57 74
Binary 11001001 10010000 1101001 0 11100 110000 10101 11000 101111 111100

Color Harmonies of #C99069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99069

Black with #C99069

Text Example


Text Example

White with #C99069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99069; }

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

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

background-color css

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

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

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

border-color css

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

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

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