Html Css Color HEX #CF8953 Whiskey Sour

📋 copy color: '#CF8953'

red 207 ◦ green 137 ◦ blue 83

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

Shades of Whiskey Sour #CF8953

Tints of Whiskey Sour #CF8953

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.08%

 BLUE value IS 83 (32.81% from 255) = 19.44%

R = 48.48%
G = 32.08%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CF8953 (or 0xCF8953) is known color: Whiskey Sour. HEX triplet: CF, 89 and 53. RGB value is (207,137,83). Sum of RGB (Red+Green+Blue) = 207+137+83=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 83 (32.81% from 255 or 19.44% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8953 is #3076AC. Grayscale: #989898. Windows color (decimal): -3176109 or 5474767. OLE color: 5474767.

HSL color Cylindrical-coordinate representation of color #CF8953: hue angle of 26.13º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF8953 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 137 83 -
CMYK 0 0.34 0.60 0.19
HSL 26.13º 0.56% 0.57% -
HSV(B) 26.13º 0.6% 0.81% -
XYZ 36.24 31.78 12.41 -
YUV 151.77 89.19 167.39 -
System Red Green Blue C M Y K H S L
Decimal 207 137 83 0 0.34 0.60 0.19 26.13 0.56 0.57
Hex CF 89 53 0 22 3C 13 1A 38 39
Octal 317 211 123 0 42 74 23 32 70 71
Binary 11001111 10001001 1010011 0 100010 111100 10011 11010 111000 111001

Color Harmonies of #CF8953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8953

Black with #CF8953

Text Example


Text Example

White with #CF8953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8953; }

 p { color: rgb(207,137,83); }

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

background-color css

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

 a { background-color: rgb(207,137,83); }

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

border-color css

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

 span { border-color: rgb(207,137,83); }

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