Html Css Color HEX #CF8554 Whiskey Sour

📋 copy color: '#CF8554'

red 207 ◦ green 133 ◦ blue 84

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

Shades of Whiskey Sour #CF8554

Tints of Whiskey Sour #CF8554

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.37%

 BLUE value IS 84 (33.2% from 255) = 19.81%

R = 48.82%
G = 31.37%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF8554 (or 0xCF8554) is known color: Whiskey Sour. HEX triplet: CF, 85 and 54. RGB value is (207,133,84). Sum of RGB (Red+Green+Blue) = 207+133+84=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 84 (33.20% from 255 or 19.81% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8554 is #307AAB. Grayscale: #959595. Windows color (decimal): -3177132 or 5539279. OLE color: 5539279.

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

Color convert

RGB 207 133 84 -
CMYK 0 0.36 0.59 0.19
HSL 23.9º 0.56% 0.57% -
HSV(B) 23.9º 0.59% 0.81% -
XYZ 35.72 30.68 12.43 -
YUV 149.54 91.02 168.98 -
System Red Green Blue C M Y K H S L
Decimal 207 133 84 0 0.36 0.59 0.19 23.9 0.56 0.57
Hex CF 85 54 0 24 3B 13 18 38 39
Octal 317 205 124 0 44 73 23 30 70 71
Binary 11001111 10000101 1010100 0 100100 111011 10011 11000 111000 111001

Color Harmonies of #CF8554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8554

Black with #CF8554

Text Example


Text Example

White with #CF8554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8554; }

 p { color: rgb(207,133,84); }

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

background-color css

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

 a { background-color: rgb(207,133,84); }

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

border-color css

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

 span { border-color: rgb(207,133,84); }

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