Html Css Color HEX #CF885D Whiskey

📋 copy color: '#CF885D'

red 207 ◦ green 136 ◦ blue 93

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

Shades of Whiskey #CF885D

Tints of Whiskey #CF885D

RGB

 RED value IS 207 (81.25% from 255) = 47.48%

 GREEN value IS 136 (53.52% from 255) = 31.19%

 BLUE value IS 93 (36.72% from 255) = 21.33%

R = 47.48%
G = 31.19%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF885D (or 0xCF885D) is known color: Whiskey. HEX triplet: CF, 88 and 5D. RGB value is (207,136,93). Sum of RGB (Red+Green+Blue) = 207+136+93=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF885D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF885D is #3077A2. Grayscale: #989898. Windows color (decimal): -3176355 or 6129871. OLE color: 6129871.

HSL color Cylindrical-coordinate representation of color #CF885D: hue angle of 22.63º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF885D is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 136 93 -
CMYK 0 0.34 0.55 0.19
HSL 22.63º 0.54% 0.59% -
HSV(B) 22.63º 0.55% 0.81% -
XYZ 36.51 31.66 14.54 -
YUV 152.33 94.52 167 -
System Red Green Blue C M Y K H S L
Decimal 207 136 93 0 0.34 0.55 0.19 22.63 0.54 0.59
Hex CF 88 5D 0 22 37 13 17 36 3B
Octal 317 210 135 0 42 67 23 27 66 73
Binary 11001111 10001000 1011101 0 100010 110111 10011 10111 110110 111011

Color Harmonies of #CF885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF885D

Black with #CF885D

Text Example


Text Example

White with #CF885D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF885D; }

 p { color: rgb(207,136,93); }

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

background-color css

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

 a { background-color: rgb(207,136,93); }

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

border-color css

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

 span { border-color: rgb(207,136,93); }

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