Html Css Color HEX #CC955A Whiskey Sour

📋 copy color: '#CC955A'

red 204 ◦ green 149 ◦ blue 90

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

Shades of Whiskey Sour #CC955A

Tints of Whiskey Sour #CC955A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.32%

R = 46.05%
G = 33.63%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC955A (or 0xCC955A) is known color: Whiskey Sour. HEX triplet: CC, 95 and 5A. RGB value is (204,149,90). Sum of RGB (Red+Green+Blue) = 204+149+90=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC955A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC955A is #336AA5. Grayscale: #9F9F9F. Windows color (decimal): -3369638 or 5936588. OLE color: 5936588.

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

Color convert

RGB 204 149 90 -
CMYK 0 0.27 0.56 0.2
HSL 31.05º 0.53% 0.58% -
HSV(B) 31.05º 0.56% 0.8% -
XYZ 37.49 35.07 14.47 -
YUV 158.72 89.22 160.3 -
System Red Green Blue C M Y K H S L
Decimal 204 149 90 0 0.27 0.56 0.2 31.05 0.53 0.58
Hex CC 95 5A 0 1B 38 14 1F 35 3A
Octal 314 225 132 0 33 70 24 37 65 72
Binary 11001100 10010101 1011010 0 11011 111000 10100 11111 110101 111010

Color Harmonies of #CC955A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC955A

Black with #CC955A

Text Example


Text Example

White with #CC955A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC955A; }

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

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

background-color css

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

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

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

border-color css

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

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

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