Html Css Color HEX #C88F69 Whiskey

📋 copy color: '#C88F69'

red 200 ◦ green 143 ◦ blue 105

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

Shades of Whiskey #C88F69

Tints of Whiskey #C88F69

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.92%

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

R = 44.64%
G = 31.92%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C88F69 (or 0xC88F69) is known color: Whiskey. HEX triplet: C8, 8F and 69. RGB value is (200,143,105). Sum of RGB (Red+Green+Blue) = 200+143+105=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 105 (41.41% from 255 or 23.44% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88F69 is #377096. Grayscale: #9B9B9B. Windows color (decimal): -3633303 or 6918088. OLE color: 6918088.

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

Color convert

RGB 200 143 105 -
CMYK 0 0.28 0.48 0.22
HSL 24º 0.46% 0.6% -
HSV(B) 24º 0.48% 0.78% -
XYZ 36.19 32.94 17.82 -
YUV 155.71 99.38 159.59 -
System Red Green Blue C M Y K H S L
Decimal 200 143 105 0 0.28 0.48 0.22 24 0.46 0.6
Hex C8 8F 69 0 1C 30 16 18 2E 3C
Octal 310 217 151 0 34 60 26 30 56 74
Binary 11001000 10001111 1101001 0 11100 110000 10110 11000 101110 111100

Color Harmonies of #C88F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88F69

Black with #C88F69

Text Example


Text Example

White with #C88F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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