Html Css Color HEX #CF9150 Whiskey Sour

📋 copy color: '#CF9150'

red 207 ◦ green 145 ◦ blue 80

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

Shades of Whiskey Sour #CF9150

Tints of Whiskey Sour #CF9150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.52%

R = 47.92%
G = 33.56%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CF9150 (or 0xCF9150) is known color: Whiskey Sour. HEX triplet: CF, 91 and 50. RGB value is (207,145,80). Sum of RGB (Red+Green+Blue) = 207+145+80=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9150 is #306EAF. Grayscale: #9C9C9C. Windows color (decimal): -3174064 or 5280207. OLE color: 5280207.

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

Color convert

RGB 207 145 80 -
CMYK 0 0.30 0.61 0.19
HSL 30.71º 0.57% 0.56% -
HSV(B) 30.71º 0.61% 0.81% -
XYZ 37.31 34.1 12.2 -
YUV 156.13 85.04 164.29 -
System Red Green Blue C M Y K H S L
Decimal 207 145 80 0 0.30 0.61 0.19 30.71 0.57 0.56
Hex CF 91 50 0 1E 3D 13 1F 39 38
Octal 317 221 120 0 36 75 23 37 71 70
Binary 11001111 10010001 1010000 0 11110 111101 10011 11111 111001 111000

Color Harmonies of #CF9150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9150

Black with #CF9150

Text Example


Text Example

White with #CF9150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9150; }

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

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

background-color css

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

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

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

border-color css

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

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

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