Html Css Color HEX #CC905D Whiskey Sour

📋 copy color: '#CC905D'

red 204 ◦ green 144 ◦ blue 93

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

Shades of Whiskey Sour #CC905D

Tints of Whiskey Sour #CC905D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.09%

R = 46.26%
G = 32.65%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC905D (or 0xCC905D) is known color: Whiskey Sour. HEX triplet: CC, 90 and 5D. RGB value is (204,144,93). Sum of RGB (Red+Green+Blue) = 204+144+93=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC905D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC905D is #336FA2. Grayscale: #9C9C9C. Windows color (decimal): -3370915 or 6131916. OLE color: 6131916.

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

Color convert

RGB 204 144 93 -
CMYK 0 0.29 0.54 0.2
HSL 27.57º 0.52% 0.58% -
HSV(B) 27.57º 0.54% 0.8% -
XYZ 36.85 33.57 14.89 -
YUV 156.13 92.38 162.15 -
System Red Green Blue C M Y K H S L
Decimal 204 144 93 0 0.29 0.54 0.2 27.57 0.52 0.58
Hex CC 90 5D 0 1D 36 14 1C 34 3A
Octal 314 220 135 0 35 66 24 34 64 72
Binary 11001100 10010000 1011101 0 11101 110110 10100 11100 110100 111010

Color Harmonies of #CC905D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC905D

Black with #CC905D

Text Example


Text Example

White with #CC905D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC905D; }

 p { color: rgb(204,144,93); }

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

background-color css

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

 a { background-color: rgb(204,144,93); }

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

border-color css

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

 span { border-color: rgb(204,144,93); }

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