Html Css Color HEX #CF9458 Whiskey Sour

📋 copy color: '#CF9458'

red 207 ◦ green 148 ◦ blue 88

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

Shades of Whiskey Sour #CF9458

Tints of Whiskey Sour #CF9458

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.41%

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

R = 46.73%
G = 33.41%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF9458 (or 0xCF9458) is known color: Whiskey Sour. HEX triplet: CF, 94 and 58. RGB value is (207,148,88). Sum of RGB (Red+Green+Blue) = 207+148+88=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 88 (34.77% from 255 or 19.86% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9458 is #306BA7. Grayscale: #9F9F9F. Windows color (decimal): -3173288 or 5805263. OLE color: 5805263.

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

Color convert

RGB 207 148 88 -
CMYK 0 0.29 0.57 0.19
HSL 30.25º 0.55% 0.58% -
HSV(B) 30.25º 0.57% 0.81% -
XYZ 38.08 35.15 14.01 -
YUV 158.8 88.05 162.38 -
System Red Green Blue C M Y K H S L
Decimal 207 148 88 0 0.29 0.57 0.19 30.25 0.55 0.58
Hex CF 94 58 0 1D 39 13 1E 37 3A
Octal 317 224 130 0 35 71 23 36 67 72
Binary 11001111 10010100 1011000 0 11101 111001 10011 11110 110111 111010

Color Harmonies of #CF9458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9458

Black with #CF9458

Text Example


Text Example

White with #CF9458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9458; }

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

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

background-color css

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

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

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

border-color css

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

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

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