Html Css Color HEX #CF915A Whiskey Sour

📋 copy color: '#CF915A'

red 207 ◦ green 145 ◦ blue 90

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

Shades of Whiskey Sour #CF915A

Tints of Whiskey Sour #CF915A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.36%

R = 46.83%
G = 32.81%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF915A (or 0xCF915A) is known color: Whiskey Sour. HEX triplet: CF, 91 and 5A. RGB value is (207,145,90). Sum of RGB (Red+Green+Blue) = 207+145+90=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF915A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF915A is #306EA5. Grayscale: #9D9D9D. Windows color (decimal): -3174054 or 5935567. OLE color: 5935567.

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

Color convert

RGB 207 145 90 -
CMYK 0 0.30 0.57 0.19
HSL 28.21º 0.55% 0.58% -
HSV(B) 28.21º 0.57% 0.81% -
XYZ 37.7 34.25 14.3 -
YUV 157.27 90.04 163.47 -
System Red Green Blue C M Y K H S L
Decimal 207 145 90 0 0.30 0.57 0.19 28.21 0.55 0.58
Hex CF 91 5A 0 1E 39 13 1C 37 3A
Octal 317 221 132 0 36 71 23 34 67 72
Binary 11001111 10010001 1011010 0 11110 111001 10011 11100 110111 111010

Color Harmonies of #CF915A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF915A

Black with #CF915A

Text Example


Text Example

White with #CF915A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF915A; }

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

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

background-color css

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

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

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

border-color css

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

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

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