Html Css Color HEX #CF915E Whiskey Sour

📋 copy color: '#CF915E'

red 207 ◦ green 145 ◦ blue 94

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

Shades of Whiskey Sour #CF915E

Tints of Whiskey Sour #CF915E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.51%

 BLUE value IS 94 (37.11% from 255) = 21.08%

R = 46.41%
G = 32.51%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF915E (or 0xCF915E) is known color: Whiskey Sour. HEX triplet: CF, 91 and 5E. RGB value is (207,145,94). Sum of RGB (Red+Green+Blue) = 207+145+94=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF915E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF915E is #306EA1. Grayscale: #9D9D9D. Windows color (decimal): -3174050 or 6197711. OLE color: 6197711.

HSL color Cylindrical-coordinate representation of color #CF915E: hue angle of 27.08º 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 #CF915E is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 145 94 -
CMYK 0 0.30 0.55 0.19
HSL 27.08º 0.54% 0.59% -
HSV(B) 27.08º 0.55% 0.81% -
XYZ 37.88 34.32 15.22 -
YUV 157.72 92.04 163.15 -
System Red Green Blue C M Y K H S L
Decimal 207 145 94 0 0.30 0.55 0.19 27.08 0.54 0.59
Hex CF 91 5E 0 1E 37 13 1B 36 3B
Octal 317 221 136 0 36 67 23 33 66 73
Binary 11001111 10010001 1011110 0 11110 110111 10011 11011 110110 111011

Color Harmonies of #CF915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF915E

Black with #CF915E

Text Example


Text Example

White with #CF915E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF915E; }

 p { color: rgb(207,145,94); }

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

background-color css

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

 a { background-color: rgb(207,145,94); }

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

border-color css

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

 span { border-color: rgb(207,145,94); }

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