Html Css Color HEX #CC8958 Whiskey Sour

📋 copy color: '#CC8958'

red 204 ◦ green 137 ◦ blue 88

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

Shades of Whiskey Sour #CC8958

Tints of Whiskey Sour #CC8958

RGB

 RED value IS 204 (80.08% from 255) = 47.55%

 GREEN value IS 137 (53.91% from 255) = 31.93%

 BLUE value IS 88 (34.77% from 255) = 20.51%

R = 47.55%
G = 31.93%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC8958 (or 0xCC8958) is known color: Whiskey Sour. HEX triplet: CC, 89 and 58. RGB value is (204,137,88). Sum of RGB (Red+Green+Blue) = 204+137+88=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8958 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8958 is #3376A7. Grayscale: #979797. Windows color (decimal): -3372712 or 5802444. OLE color: 5802444.

HSL color Cylindrical-coordinate representation of color #CC8958: hue angle of 25.34º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC8958 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 137 88 -
CMYK 0 0.33 0.57 0.2
HSL 25.34º 0.53% 0.57% -
HSV(B) 25.34º 0.57% 0.8% -
XYZ 35.61 31.43 13.42 -
YUV 151.45 92.2 165.48 -
System Red Green Blue C M Y K H S L
Decimal 204 137 88 0 0.33 0.57 0.2 25.34 0.53 0.57
Hex CC 89 58 0 21 39 14 19 35 39
Octal 314 211 130 0 41 71 24 31 65 71
Binary 11001100 10001001 1011000 0 100001 111001 10100 11001 110101 111001

Color Harmonies of #CC8958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8958

Black with #CC8958

Text Example


Text Example

White with #CC8958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8958; }

 p { color: rgb(204,137,88); }

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

background-color css

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

 a { background-color: rgb(204,137,88); }

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

border-color css

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

 span { border-color: rgb(204,137,88); }

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