Html Css Color HEX #CF8655 Whiskey Sour

📋 copy color: '#CF8655'

red 207 ◦ green 134 ◦ blue 85

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

Shades of Whiskey Sour #CF8655

Tints of Whiskey Sour #CF8655

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.46%

 BLUE value IS 85 (33.59% from 255) = 19.95%

R = 48.59%
G = 31.46%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF8655 (or 0xCF8655) is known color: Whiskey Sour. HEX triplet: CF, 86 and 55. RGB value is (207,134,85). Sum of RGB (Red+Green+Blue) = 207+134+85=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8655 is #3079AA. Grayscale: #969696. Windows color (decimal): -3176875 or 5605071. OLE color: 5605071.

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

Color convert

RGB 207 134 85 -
CMYK 0 0.35 0.59 0.19
HSL 24.1º 0.56% 0.57% -
HSV(B) 24.1º 0.59% 0.81% -
XYZ 35.9 30.97 12.68 -
YUV 150.24 91.18 168.48 -
System Red Green Blue C M Y K H S L
Decimal 207 134 85 0 0.35 0.59 0.19 24.1 0.56 0.57
Hex CF 86 55 0 23 3B 13 18 38 39
Octal 317 206 125 0 43 73 23 30 70 71
Binary 11001111 10000110 1010101 0 100011 111011 10011 11000 111000 111001

Color Harmonies of #CF8655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8655

Black with #CF8655

Text Example


Text Example

White with #CF8655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8655; }

 p { color: rgb(207,134,85); }

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

background-color css

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

 a { background-color: rgb(207,134,85); }

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

border-color css

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

 span { border-color: rgb(207,134,85); }

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