Html Css Color HEX #C69169 Whiskey

📋 copy color: '#C69169'

red 198 ◦ green 145 ◦ blue 105

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

Shades of Whiskey #C69169

Tints of Whiskey #C69169

RGB

 RED value IS 198 (77.73% from 255) = 44.2%

 GREEN value IS 145 (57.03% from 255) = 32.37%

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

R = 44.2%
G = 32.37%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C69169 (or 0xC69169) is known color: Whiskey. HEX triplet: C6, 91 and 69. RGB value is (198,145,105). Sum of RGB (Red+Green+Blue) = 198+145+105=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 105 (41.41% from 255 or 23.44% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C69169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69169 is #396E96. Grayscale: #9C9C9C. Windows color (decimal): -3763863 or 6918598. OLE color: 6918598.

HSL color Cylindrical-coordinate representation of color #C69169: hue angle of 25.81º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C69169 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 145 105 -
CMYK 0 0.27 0.47 0.22
HSL 25.81º 0.45% 0.59% -
HSV(B) 25.81º 0.47% 0.78% -
XYZ 35.96 33.28 17.89 -
YUV 156.29 99.06 157.75 -
System Red Green Blue C M Y K H S L
Decimal 198 145 105 0 0.27 0.47 0.22 25.81 0.45 0.59
Hex C6 91 69 0 1B 2F 16 1A 2D 3B
Octal 306 221 151 0 33 57 26 32 55 73
Binary 11000110 10010001 1101001 0 11011 101111 10110 11010 101101 111011

Color Harmonies of #C69169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69169

Black with #C69169

Text Example


Text Example

White with #C69169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69169; }

 p { color: rgb(198,145,105); }

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

background-color css

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

 a { background-color: rgb(198,145,105); }

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

border-color css

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

 span { border-color: rgb(198,145,105); }

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