Html Css Color HEX #CF8A58 Whiskey Sour

📋 copy color: '#CF8A58'

red 207 ◦ green 138 ◦ blue 88

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

Shades of Whiskey Sour #CF8A58

Tints of Whiskey Sour #CF8A58

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.87%

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

R = 47.81%
G = 31.87%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF8A58 (or 0xCF8A58) is known color: Whiskey Sour. HEX triplet: CF, 8A and 58. RGB value is (207,138,88). Sum of RGB (Red+Green+Blue) = 207+138+88=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 88 (34.77% from 255 or 20.32% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8A58 is #3075A7. Grayscale: #999999. Windows color (decimal): -3175848 or 5802703. OLE color: 5802703.

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

Color convert

RGB 207 138 88 -
CMYK 0 0.33 0.57 0.19
HSL 25.21º 0.55% 0.58% -
HSV(B) 25.21º 0.57% 0.81% -
XYZ 36.58 32.15 13.51 -
YUV 152.93 91.36 166.57 -
System Red Green Blue C M Y K H S L
Decimal 207 138 88 0 0.33 0.57 0.19 25.21 0.55 0.58
Hex CF 8A 58 0 21 39 13 19 37 3A
Octal 317 212 130 0 41 71 23 31 67 72
Binary 11001111 10001010 1011000 0 100001 111001 10011 11001 110111 111010

Color Harmonies of #CF8A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8A58

Black with #CF8A58

Text Example


Text Example

White with #CF8A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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