Html Css Color HEX #CF9063 Whiskey

📋 copy color: '#CF9063'

red 207 ◦ green 144 ◦ blue 99

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

Shades of Whiskey #CF9063

Tints of Whiskey #CF9063

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32%

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

R = 46%
G = 32%
B = 22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CF9063 (or 0xCF9063) is known color: Whiskey. HEX triplet: CF, 90 and 63. RGB value is (207,144,99). Sum of RGB (Red+Green+Blue) = 207+144+99=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9063 is #306F9C. Grayscale: #9D9D9D. Windows color (decimal): -3174301 or 6525135. OLE color: 6525135.

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

Color convert

RGB 207 144 99 -
CMYK 0 0.30 0.52 0.19
HSL 25º 0.53% 0.6% -
HSV(B) 25º 0.52% 0.81% -
XYZ 37.96 34.11 16.39 -
YUV 157.71 94.87 163.16 -
System Red Green Blue C M Y K H S L
Decimal 207 144 99 0 0.30 0.52 0.19 25 0.53 0.6
Hex CF 90 63 0 1E 34 13 19 35 3C
Octal 317 220 143 0 36 64 23 31 65 74
Binary 11001111 10010000 1100011 0 11110 110100 10011 11001 110101 111100

Color Harmonies of #CF9063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9063

Black with #CF9063

Text Example


Text Example

White with #CF9063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9063; }

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

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

background-color css

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

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

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

border-color css

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

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

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