Html Css Color HEX #CF935D Whiskey Sour

📋 copy color: '#CF935D'

red 207 ◦ green 147 ◦ blue 93

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

Shades of Whiskey Sour #CF935D

Tints of Whiskey Sour #CF935D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.89%

 BLUE value IS 93 (36.72% from 255) = 20.81%

R = 46.31%
G = 32.89%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF935D (or 0xCF935D) is known color: Whiskey Sour. HEX triplet: CF, 93 and 5D. RGB value is (207,147,93). Sum of RGB (Red+Green+Blue) = 207+147+93=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF935D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF935D is #306CA2. Grayscale: #9F9F9F. Windows color (decimal): -3173539 or 6132687. OLE color: 6132687.

HSL color Cylindrical-coordinate representation of color #CF935D: hue angle of 28.42º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF935D is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 147 93 -
CMYK 0 0.29 0.55 0.19
HSL 28.42º 0.54% 0.59% -
HSV(B) 28.42º 0.55% 0.81% -
XYZ 38.14 34.92 15.09 -
YUV 158.78 90.88 162.39 -
System Red Green Blue C M Y K H S L
Decimal 207 147 93 0 0.29 0.55 0.19 28.42 0.54 0.59
Hex CF 93 5D 0 1D 37 13 1C 36 3B
Octal 317 223 135 0 35 67 23 34 66 73
Binary 11001111 10010011 1011101 0 11101 110111 10011 11100 110110 111011

Color Harmonies of #CF935D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF935D

Black with #CF935D

Text Example


Text Example

White with #CF935D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF935D; }

 p { color: rgb(207,147,93); }

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

background-color css

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

 a { background-color: rgb(207,147,93); }

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

border-color css

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

 span { border-color: rgb(207,147,93); }

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