Html Css Color HEX #CF9050 Whiskey Sour

📋 copy color: '#CF9050'

red 207 ◦ green 144 ◦ blue 80

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

Shades of Whiskey Sour #CF9050

Tints of Whiskey Sour #CF9050

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.41%

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

R = 48.03%
G = 33.41%
B = 18.56%

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

#CF9050 (or 0xCF9050) is known color: Whiskey Sour. HEX triplet: CF, 90 and 50. RGB value is (207,144,80). Sum of RGB (Red+Green+Blue) = 207+144+80=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9050 is #306FAF. Grayscale: #9B9B9B. Windows color (decimal): -3174320 or 5279951. OLE color: 5279951.

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

Color convert

RGB 207 144 80 -
CMYK 0 0.30 0.61 0.19
HSL 30.24º 0.57% 0.56% -
HSV(B) 30.24º 0.61% 0.81% -
XYZ 37.15 33.79 12.15 -
YUV 155.54 85.37 164.7 -
System Red Green Blue C M Y K H S L
Decimal 207 144 80 0 0.30 0.61 0.19 30.24 0.57 0.56
Hex CF 90 50 0 1E 3D 13 1E 39 38
Octal 317 220 120 0 36 75 23 36 71 70
Binary 11001111 10010000 1010000 0 11110 111101 10011 11110 111001 111000

Color Harmonies of #CF9050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9050

Black with #CF9050

Text Example


Text Example

White with #CF9050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9050; }

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

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

background-color css

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

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

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

border-color css

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

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

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