Html Css Color HEX #CC605A Indian Red

📋 copy color: '#CC605A'

red 204 ◦ green 96 ◦ blue 90

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

Shades of Indian Red #CC605A

Tints of Indian Red #CC605A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.62%

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

R = 52.31%
G = 24.62%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC605A (or 0xCC605A) is known color: Indian Red. HEX triplet: CC, 60 and 5A. RGB value is (204,96,90). Sum of RGB (Red+Green+Blue) = 204+96+90=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC605A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC605A is #339FA5. Grayscale: #7F7F7F. Windows color (decimal): -3383206 or 5923020. OLE color: 5923020.

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

Color convert

RGB 204 96 90 -
CMYK 0 0.53 0.56 0.2
HSL 3.16º 0.53% 0.58% -
HSV(B) 3.16º 0.56% 0.8% -
XYZ 30.93 21.94 12.28 -
YUV 127.61 106.78 182.49 -
System Red Green Blue C M Y K H S L
Decimal 204 96 90 0 0.53 0.56 0.2 3.16 0.53 0.58
Hex CC 60 5A 0 35 38 14 3 35 3A
Octal 314 140 132 0 65 70 24 3 65 72
Binary 11001100 1100000 1011010 0 110101 111000 10100 11 110101 111010

Color Harmonies of #CC605A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC605A

Black with #CC605A

Text Example


Text Example

White with #CC605A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC605A; }

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

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

background-color css

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

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

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

border-color css

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

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

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