Html Css Color HEX #CC955F Whiskey Sour

📋 copy color: '#CC955F'

red 204 ◦ green 149 ◦ blue 95

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

Shades of Whiskey Sour #CC955F

Tints of Whiskey Sour #CC955F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.26%

 BLUE value IS 95 (37.5% from 255) = 21.21%

R = 45.54%
G = 33.26%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC955F (or 0xCC955F) is known color: Whiskey Sour. HEX triplet: CC, 95 and 5F. RGB value is (204,149,95). Sum of RGB (Red+Green+Blue) = 204+149+95=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 95 (37.5% from 255 or 21.21% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC955F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC955F is #336AA0. Grayscale: #9F9F9F. Windows color (decimal): -3369633 or 6264268. OLE color: 6264268.

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

Color convert

RGB 204 149 95 -
CMYK 0 0.27 0.53 0.2
HSL 29.72º 0.52% 0.59% -
HSV(B) 29.72º 0.53% 0.8% -
XYZ 37.71 35.16 15.62 -
YUV 159.29 91.72 159.89 -
System Red Green Blue C M Y K H S L
Decimal 204 149 95 0 0.27 0.53 0.2 29.72 0.52 0.59
Hex CC 95 5F 0 1B 35 14 1E 34 3B
Octal 314 225 137 0 33 65 24 36 64 73
Binary 11001100 10010101 1011111 0 11011 110101 10100 11110 110100 111011

Color Harmonies of #CC955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC955F

Black with #CC955F

Text Example


Text Example

White with #CC955F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC955F; }

 p { color: rgb(204,149,95); }

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

background-color css

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

 a { background-color: rgb(204,149,95); }

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

border-color css

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

 span { border-color: rgb(204,149,95); }

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