Html Css Color HEX #CF9558 Whiskey Sour

📋 copy color: '#CF9558'

red 207 ◦ green 149 ◦ blue 88

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

Shades of Whiskey Sour #CF9558

Tints of Whiskey Sour #CF9558

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.56%

 BLUE value IS 88 (34.77% from 255) = 19.82%

R = 46.62%
G = 33.56%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF9558 (or 0xCF9558) is known color: Whiskey Sour. HEX triplet: CF, 95 and 58. RGB value is (207,149,88). Sum of RGB (Red+Green+Blue) = 207+149+88=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 88 (34.77% from 255 or 19.82% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9558 is #306AA7. Grayscale: #9F9F9F. Windows color (decimal): -3173032 or 5805519. OLE color: 5805519.

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

Color convert

RGB 207 149 88 -
CMYK 0 0.28 0.57 0.19
HSL 30.76º 0.55% 0.58% -
HSV(B) 30.76º 0.57% 0.81% -
XYZ 38.24 35.46 14.06 -
YUV 159.39 87.72 161.96 -
System Red Green Blue C M Y K H S L
Decimal 207 149 88 0 0.28 0.57 0.19 30.76 0.55 0.58
Hex CF 95 58 0 1C 39 13 1F 37 3A
Octal 317 225 130 0 34 71 23 37 67 72
Binary 11001111 10010101 1011000 0 11100 111001 10011 11111 110111 111010

Color Harmonies of #CF9558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9558

Black with #CF9558

Text Example


Text Example

White with #CF9558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9558; }

 p { color: rgb(207,149,88); }

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

background-color css

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

 a { background-color: rgb(207,149,88); }

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

border-color css

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

 span { border-color: rgb(207,149,88); }

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