Html Css Color HEX #CC905A Whiskey Sour

📋 copy color: '#CC905A'

red 204 ◦ green 144 ◦ blue 90

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

Shades of Whiskey Sour #CC905A

Tints of Whiskey Sour #CC905A

RGB

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

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

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

R = 46.58%
G = 32.88%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC905A (or 0xCC905A) is known color: Whiskey Sour. HEX triplet: CC, 90 and 5A. RGB value is (204,144,90). Sum of RGB (Red+Green+Blue) = 204+144+90=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC905A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC905A is #336FA5. Grayscale: #9C9C9C. Windows color (decimal): -3370918 or 5935308. OLE color: 5935308.

HSL color Cylindrical-coordinate representation of color #CC905A: hue angle of 28.42º 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 #CC905A is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 144 90 -
CMYK 0 0.29 0.56 0.2
HSL 28.42º 0.53% 0.58% -
HSV(B) 28.42º 0.56% 0.8% -
XYZ 36.72 33.52 14.21 -
YUV 155.78 90.88 162.39 -
System Red Green Blue C M Y K H S L
Decimal 204 144 90 0 0.29 0.56 0.2 28.42 0.53 0.58
Hex CC 90 5A 0 1D 38 14 1C 35 3A
Octal 314 220 132 0 35 70 24 34 65 72
Binary 11001100 10010000 1011010 0 11101 111000 10100 11100 110101 111010

Color Harmonies of #CC905A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC905A

Black with #CC905A

Text Example


Text Example

White with #CC905A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC905A; }

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

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

background-color css

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

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

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

border-color css

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

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

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