Html Css Color HEX #CC905B Whiskey Sour

📋 copy color: '#CC905B'

red 204 ◦ green 144 ◦ blue 91

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

Shades of Whiskey Sour #CC905B

Tints of Whiskey Sour #CC905B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.73%

R = 46.47%
G = 32.8%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC905B (or 0xCC905B) is known color: Whiskey Sour. HEX triplet: CC, 90 and 5B. RGB value is (204,144,91). Sum of RGB (Red+Green+Blue) = 204+144+91=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 91 (35.94% from 255 or 20.73% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC905B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC905B is #336FA4. Grayscale: #9C9C9C. Windows color (decimal): -3370917 or 6000844. OLE color: 6000844.

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

Color convert

RGB 204 144 91 -
CMYK 0 0.29 0.55 0.2
HSL 28.14º 0.53% 0.58% -
HSV(B) 28.14º 0.55% 0.8% -
XYZ 36.76 33.54 14.43 -
YUV 155.9 91.38 162.31 -
System Red Green Blue C M Y K H S L
Decimal 204 144 91 0 0.29 0.55 0.2 28.14 0.53 0.58
Hex CC 90 5B 0 1D 37 14 1C 35 3A
Octal 314 220 133 0 35 67 24 34 65 72
Binary 11001100 10010000 1011011 0 11101 110111 10100 11100 110101 111010

Color Harmonies of #CC905B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC905B

Black with #CC905B

Text Example


Text Example

White with #CC905B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC905B; }

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

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

background-color css

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

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

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

border-color css

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

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

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