Html Css Color HEX #CF9058 Whiskey Sour

📋 copy color: '#CF9058'

red 207 ◦ green 144 ◦ blue 88

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

Shades of Whiskey Sour #CF9058

Tints of Whiskey Sour #CF9058

RGB

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

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

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

R = 47.15%
G = 32.8%
B = 20.05%

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

#CF9058 (or 0xCF9058) is known color: Whiskey Sour. HEX triplet: CF, 90 and 58. RGB value is (207,144,88). Sum of RGB (Red+Green+Blue) = 207+144+88=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 88 (34.77% from 255 or 20.05% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9058 is #306FA7. Grayscale: #9C9C9C. Windows color (decimal): -3174312 or 5804239. OLE color: 5804239.

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

Color convert

RGB 207 144 88 -
CMYK 0 0.30 0.57 0.19
HSL 28.24º 0.55% 0.58% -
HSV(B) 28.24º 0.57% 0.81% -
XYZ 37.47 33.92 13.8 -
YUV 156.45 89.37 164.05 -
System Red Green Blue C M Y K H S L
Decimal 207 144 88 0 0.30 0.57 0.19 28.24 0.55 0.58
Hex CF 90 58 0 1E 39 13 1C 37 3A
Octal 317 220 130 0 36 71 23 34 67 72
Binary 11001111 10010000 1011000 0 11110 111001 10011 11100 110111 111010

Color Harmonies of #CF9058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9058

Black with #CF9058

Text Example


Text Example

White with #CF9058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9058; }

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

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

background-color css

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

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

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

border-color css

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

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

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