Html Css Color HEX #CC905E Whiskey

📋 copy color: '#CC905E'

red 204 ◦ green 144 ◦ blue 94

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

Shades of Whiskey #CC905E

Tints of Whiskey #CC905E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.27%

R = 46.15%
G = 32.58%
B = 21.27%

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

#CC905E (or 0xCC905E) is known color: Whiskey. HEX triplet: CC, 90 and 5E. RGB value is (204,144,94). Sum of RGB (Red+Green+Blue) = 204+144+94=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 94 (37.11% from 255 or 21.27% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC905E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC905E is #336FA1. Grayscale: #9C9C9C. Windows color (decimal): -3370914 or 6197452. OLE color: 6197452.

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

Color convert

RGB 204 144 94 -
CMYK 0 0.29 0.54 0.2
HSL 27.27º 0.52% 0.58% -
HSV(B) 27.27º 0.54% 0.8% -
XYZ 36.9 33.59 15.13 -
YUV 156.24 92.88 162.07 -
System Red Green Blue C M Y K H S L
Decimal 204 144 94 0 0.29 0.54 0.2 27.27 0.52 0.58
Hex CC 90 5E 0 1D 36 14 1B 34 3A
Octal 314 220 136 0 35 66 24 33 64 72
Binary 11001100 10010000 1011110 0 11101 110110 10100 11011 110100 111010

Color Harmonies of #CC905E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC905E

Black with #CC905E

Text Example


Text Example

White with #CC905E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC905E; }

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

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

background-color css

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

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

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

border-color css

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

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

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