Html Css Color HEX #CF945D Whiskey Sour

📋 copy color: '#CF945D'

red 207 ◦ green 148 ◦ blue 93

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

Shades of Whiskey Sour #CF945D

Tints of Whiskey Sour #CF945D

RGB

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

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

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

R = 46.21%
G = 33.04%
B = 20.76%

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

#CF945D (or 0xCF945D) is known color: Whiskey Sour. HEX triplet: CF, 94 and 5D. RGB value is (207,148,93). Sum of RGB (Red+Green+Blue) = 207+148+93=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF945D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF945D is #306BA2. Grayscale: #9F9F9F. Windows color (decimal): -3173283 or 6132943. OLE color: 6132943.

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

Color convert

RGB 207 148 93 -
CMYK 0 0.29 0.55 0.19
HSL 28.95º 0.54% 0.59% -
HSV(B) 28.95º 0.55% 0.81% -
XYZ 38.3 35.24 15.14 -
YUV 159.37 90.55 161.97 -
System Red Green Blue C M Y K H S L
Decimal 207 148 93 0 0.29 0.55 0.19 28.95 0.54 0.59
Hex CF 94 5D 0 1D 37 13 1D 36 3B
Octal 317 224 135 0 35 67 23 35 66 73
Binary 11001111 10010100 1011101 0 11101 110111 10011 11101 110110 111011

Color Harmonies of #CF945D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF945D

Black with #CF945D

Text Example


Text Example

White with #CF945D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF945D; }

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

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

background-color css

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

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

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

border-color css

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

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

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