Html Css Color HEX #CC6260 Indian Red

📋 copy color: '#CC6260'

red 204 ◦ green 98 ◦ blue 96

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

Shades of Indian Red #CC6260

Tints of Indian Red #CC6260

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.62%

 BLUE value IS 96 (37.89% from 255) = 24.12%

R = 51.26%
G = 24.62%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC6260 (or 0xCC6260) is known color: Indian Red. HEX triplet: CC, 62 and 60. RGB value is (204,98,96). Sum of RGB (Red+Green+Blue) = 204+98+96=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6260 is #339D9F. Grayscale: #818181. Windows color (decimal): -3382688 or 6316748. OLE color: 6316748.

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

Color convert

RGB 204 98 96 -
CMYK 0 0.52 0.53 0.2
HSL 1.11º 0.51% 0.59% -
HSV(B) 1.11º 0.53% 0.8% -
XYZ 31.38 22.42 13.74 -
YUV 129.47 109.12 181.16 -
System Red Green Blue C M Y K H S L
Decimal 204 98 96 0 0.52 0.53 0.2 1.11 0.51 0.59
Hex CC 62 60 0 34 35 14 1 33 3B
Octal 314 142 140 0 64 65 24 1 63 73
Binary 11001100 1100010 1100000 0 110100 110101 10100 1 110011 111011

Color Harmonies of #CC6260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6260

Black with #CC6260

Text Example


Text Example

White with #CC6260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6260; }

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

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

background-color css

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

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

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

border-color css

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

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

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