Html Css Color HEX #CF925C Whiskey Sour

📋 copy color: '#CF925C'

red 207 ◦ green 146 ◦ blue 92

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

Shades of Whiskey Sour #CF925C

Tints of Whiskey Sour #CF925C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.67%

R = 46.52%
G = 32.81%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF925C (or 0xCF925C) is known color: Whiskey Sour. HEX triplet: CF, 92 and 5C. RGB value is (207,146,92). Sum of RGB (Red+Green+Blue) = 207+146+92=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF925C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF925C is #306DA3. Grayscale: #9E9E9E. Windows color (decimal): -3173796 or 6066895. OLE color: 6066895.

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

Color convert

RGB 207 146 92 -
CMYK 0 0.29 0.56 0.19
HSL 28.17º 0.55% 0.59% -
HSV(B) 28.17º 0.56% 0.81% -
XYZ 37.94 34.6 14.8 -
YUV 158.08 90.71 162.89 -
System Red Green Blue C M Y K H S L
Decimal 207 146 92 0 0.29 0.56 0.19 28.17 0.55 0.59
Hex CF 92 5C 0 1D 38 13 1C 37 3B
Octal 317 222 134 0 35 70 23 34 67 73
Binary 11001111 10010010 1011100 0 11101 111000 10011 11100 110111 111011

Color Harmonies of #CF925C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF925C

Black with #CF925C

Text Example


Text Example

White with #CF925C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF925C; }

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

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

background-color css

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

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

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

border-color css

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

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

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