Html Css Color HEX #C88C69 Whiskey

📋 copy color: '#C88C69'

red 200 ◦ green 140 ◦ blue 105

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

Shades of Whiskey #C88C69

Tints of Whiskey #C88C69

RGB

 RED value IS 200 (78.52% from 255) = 44.94%

 GREEN value IS 140 (55.08% from 255) = 31.46%

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

R = 44.94%
G = 31.46%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C88C69 (or 0xC88C69) is known color: Whiskey. HEX triplet: C8, 8C and 69. RGB value is (200,140,105). Sum of RGB (Red+Green+Blue) = 200+140+105=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 105 (41.41% from 255 or 23.60% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88C69 is #377396. Grayscale: #9A9A9A. Windows color (decimal): -3634071 or 6917320. OLE color: 6917320.

HSL color Cylindrical-coordinate representation of color #C88C69: hue angle of 22.11º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C88C69 is Cyan = 0, Magento = 0.3, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 140 105 -
CMYK 0 0.3 0.48 0.22
HSL 22.11º 0.46% 0.6% -
HSV(B) 22.11º 0.48% 0.78% -
XYZ 35.75 32.06 17.67 -
YUV 153.95 100.38 160.85 -
System Red Green Blue C M Y K H S L
Decimal 200 140 105 0 0.3 0.48 0.22 22.11 0.46 0.6
Hex C8 8C 69 0 1E 30 16 16 2E 3C
Octal 310 214 151 0 36 60 26 26 56 74
Binary 11001000 10001100 1101001 0 11110 110000 10110 10110 101110 111100

Color Harmonies of #C88C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88C69

Black with #C88C69

Text Example


Text Example

White with #C88C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88C69; }

 p { color: rgb(200,140,105); }

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

background-color css

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

 a { background-color: rgb(200,140,105); }

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

border-color css

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

 span { border-color: rgb(200,140,105); }

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