Html Css Color HEX #CC5D5A Indian Red

📋 copy color: '#CC5D5A'

red 204 ◦ green 93 ◦ blue 90

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

Shades of Indian Red #CC5D5A

Tints of Indian Red #CC5D5A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.03%

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

R = 52.71%
G = 24.03%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC5D5A (or 0xCC5D5A) is known color: Indian Red. HEX triplet: CC, 5D and 5A. RGB value is (204,93,90). Sum of RGB (Red+Green+Blue) = 204+93+90=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5D5A is #33A2A5. Grayscale: #7D7D7D. Windows color (decimal): -3383974 or 5922252. OLE color: 5922252.

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

Color convert

RGB 204 93 90 -
CMYK 0 0.54 0.56 0.2
HSL 1.58º 0.53% 0.58% -
HSV(B) 1.58º 0.56% 0.8% -
XYZ 30.66 21.4 12.19 -
YUV 125.85 107.77 183.74 -
System Red Green Blue C M Y K H S L
Decimal 204 93 90 0 0.54 0.56 0.2 1.58 0.53 0.58
Hex CC 5D 5A 0 36 38 14 2 35 3A
Octal 314 135 132 0 66 70 24 2 65 72
Binary 11001100 1011101 1011010 0 110110 111000 10100 10 110101 111010

Color Harmonies of #CC5D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5D5A

Black with #CC5D5A

Text Example


Text Example

White with #CC5D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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