Html Css Color HEX #CF9263 Whiskey

📋 copy color: '#CF9263'

red 207 ◦ green 146 ◦ blue 99

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

Shades of Whiskey #CF9263

Tints of Whiskey #CF9263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.9%

R = 45.8%
G = 32.3%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CF9263 (or 0xCF9263) is known color: Whiskey. HEX triplet: CF, 92 and 63. RGB value is (207,146,99). Sum of RGB (Red+Green+Blue) = 207+146+99=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 146 (57.42% from 255 or 32.30% from 452); Blue value is 99 (39.06% from 255 or 21.90% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9263 is #306D9C. Grayscale: #9F9F9F. Windows color (decimal): -3173789 or 6525647. OLE color: 6525647.

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

Color convert

RGB 207 146 99 -
CMYK 0 0.29 0.52 0.19
HSL 26.11º 0.53% 0.6% -
HSV(B) 26.11º 0.52% 0.81% -
XYZ 38.26 34.72 16.49 -
YUV 158.88 94.21 162.32 -
System Red Green Blue C M Y K H S L
Decimal 207 146 99 0 0.29 0.52 0.19 26.11 0.53 0.6
Hex CF 92 63 0 1D 34 13 1A 35 3C
Octal 317 222 143 0 35 64 23 32 65 74
Binary 11001111 10010010 1100011 0 11101 110100 10011 11010 110101 111100

Color Harmonies of #CF9263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9263

Black with #CF9263

Text Example


Text Example

White with #CF9263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9263; }

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

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

background-color css

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

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

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

border-color css

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

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

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