Html Css Color HEX #CF925E Whiskey Sour

📋 copy color: '#CF925E'

red 207 ◦ green 146 ◦ blue 94

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

Shades of Whiskey Sour #CF925E

Tints of Whiskey Sour #CF925E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.66%

 BLUE value IS 94 (37.11% from 255) = 21.03%

R = 46.31%
G = 32.66%
B = 21.03%

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

#CF925E (or 0xCF925E) is known color: Whiskey Sour. HEX triplet: CF, 92 and 5E. RGB value is (207,146,94). Sum of RGB (Red+Green+Blue) = 207+146+94=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF925E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF925E is #306DA1. Grayscale: #9E9E9E. Windows color (decimal): -3173794 or 6197967. OLE color: 6197967.

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

Color convert

RGB 207 146 94 -
CMYK 0 0.29 0.55 0.19
HSL 27.61º 0.54% 0.59% -
HSV(B) 27.61º 0.55% 0.81% -
XYZ 38.03 34.63 15.27 -
YUV 158.31 91.71 162.73 -
System Red Green Blue C M Y K H S L
Decimal 207 146 94 0 0.29 0.55 0.19 27.61 0.54 0.59
Hex CF 92 5E 0 1D 37 13 1C 36 3B
Octal 317 222 136 0 35 67 23 34 66 73
Binary 11001111 10010010 1011110 0 11101 110111 10011 11100 110110 111011

Color Harmonies of #CF925E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF925E

Black with #CF925E

Text Example


Text Example

White with #CF925E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF925E; }

 p { color: rgb(207,146,94); }

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

background-color css

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

 a { background-color: rgb(207,146,94); }

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

border-color css

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

 span { border-color: rgb(207,146,94); }

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