Html Css Color HEX #CC945A Whiskey Sour

📋 copy color: '#CC945A'

red 204 ◦ green 148 ◦ blue 90

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

Shades of Whiskey Sour #CC945A

Tints of Whiskey Sour #CC945A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.48%

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

R = 46.15%
G = 33.48%
B = 20.36%

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

#CC945A (or 0xCC945A) is known color: Whiskey Sour. HEX triplet: CC, 94 and 5A. RGB value is (204,148,90). Sum of RGB (Red+Green+Blue) = 204+148+90=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 148 (58.20% from 255 or 33.48% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC945A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC945A is #336BA5. Grayscale: #9E9E9E. Windows color (decimal): -3369894 or 5936332. OLE color: 5936332.

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

Color convert

RGB 204 148 90 -
CMYK 0 0.27 0.56 0.2
HSL 30.53º 0.53% 0.58% -
HSV(B) 30.53º 0.56% 0.8% -
XYZ 37.34 34.76 14.41 -
YUV 158.13 89.55 160.72 -
System Red Green Blue C M Y K H S L
Decimal 204 148 90 0 0.27 0.56 0.2 30.53 0.53 0.58
Hex CC 94 5A 0 1B 38 14 1F 35 3A
Octal 314 224 132 0 33 70 24 37 65 72
Binary 11001100 10010100 1011010 0 11011 111000 10100 11111 110101 111010

Color Harmonies of #CC945A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC945A

Black with #CC945A

Text Example


Text Example

White with #CC945A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC945A; }

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

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

background-color css

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

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

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

border-color css

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

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

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