Html Css Color HEX #CC6461 Indian Red

📋 copy color: '#CC6461'

red 204 ◦ green 100 ◦ blue 97

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

Shades of Indian Red #CC6461

Tints of Indian Red #CC6461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.94%

 BLUE value IS 97 (38.28% from 255) = 24.19%

R = 50.87%
G = 24.94%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC6461 (or 0xCC6461) is known color: Indian Red. HEX triplet: CC, 64 and 61. RGB value is (204,100,97). Sum of RGB (Red+Green+Blue) = 204+100+97=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6461 is #339B9E. Grayscale: #828282. Windows color (decimal): -3382175 or 6382796. OLE color: 6382796.

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

Color convert

RGB 204 100 97 -
CMYK 0 0.51 0.52 0.2
HSL 1.68º 0.51% 0.59% -
HSV(B) 1.68º 0.52% 0.8% -
XYZ 31.62 22.81 14.05 -
YUV 130.75 108.96 180.24 -
System Red Green Blue C M Y K H S L
Decimal 204 100 97 0 0.51 0.52 0.2 1.68 0.51 0.59
Hex CC 64 61 0 33 34 14 2 33 3B
Octal 314 144 141 0 63 64 24 2 63 73
Binary 11001100 1100100 1100001 0 110011 110100 10100 10 110011 111011

Color Harmonies of #CC6461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6461

Black with #CC6461

Text Example


Text Example

White with #CC6461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6461; }

 p { color: rgb(204,100,97); }

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

background-color css

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

 a { background-color: rgb(204,100,97); }

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

border-color css

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

 span { border-color: rgb(204,100,97); }

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