Html Css Color HEX #C88C5F Whiskey

📋 copy color: '#C88C5F'

red 200 ◦ green 140 ◦ blue 95

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

Shades of Whiskey #C88C5F

Tints of Whiskey #C88C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.84%

R = 45.98%
G = 32.18%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C88C5F (or 0xC88C5F) is known color: Whiskey. HEX triplet: C8, 8C and 5F. RGB value is (200,140,95). Sum of RGB (Red+Green+Blue) = 200+140+95=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88C5F is #3773A0. Grayscale: #999999. Windows color (decimal): -3634081 or 6261960. OLE color: 6261960.

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

Color convert

RGB 200 140 95 -
CMYK 0 0.3 0.52 0.22
HSL 25.71º 0.49% 0.58% -
HSV(B) 25.71º 0.53% 0.78% -
XYZ 35.26 31.86 15.12 -
YUV 152.81 95.38 161.66 -
System Red Green Blue C M Y K H S L
Decimal 200 140 95 0 0.3 0.52 0.22 25.71 0.49 0.58
Hex C8 8C 5F 0 1E 34 16 1A 31 3A
Octal 310 214 137 0 36 64 26 32 61 72
Binary 11001000 10001100 1011111 0 11110 110100 10110 11010 110001 111010

Color Harmonies of #C88C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88C5F

Black with #C88C5F

Text Example


Text Example

White with #C88C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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