Html Css Color HEX #CC6562 Indian Red

📋 copy color: '#CC6562'

red 204 ◦ green 101 ◦ blue 98

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

Shades of Indian Red #CC6562

Tints of Indian Red #CC6562

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.06%

 BLUE value IS 98 (38.67% from 255) = 24.32%

R = 50.62%
G = 25.06%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC6562 (or 0xCC6562) is known color: Indian Red. HEX triplet: CC, 65 and 62. RGB value is (204,101,98). Sum of RGB (Red+Green+Blue) = 204+101+98=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 98 (38.67% from 255 or 24.32% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6562 is #339A9D. Grayscale: #838383. Windows color (decimal): -3381918 or 6448588. OLE color: 6448588.

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

Color convert

RGB 204 101 98 -
CMYK 0 0.50 0.52 0.2
HSL 1.7º 0.51% 0.59% -
HSV(B) 1.7º 0.52% 0.8% -
XYZ 31.76 23.03 14.33 -
YUV 131.46 109.12 179.74 -
System Red Green Blue C M Y K H S L
Decimal 204 101 98 0 0.50 0.52 0.2 1.7 0.51 0.59
Hex CC 65 62 0 32 34 14 2 33 3B
Octal 314 145 142 0 62 64 24 2 63 73
Binary 11001100 1100101 1100010 0 110010 110100 10100 10 110011 111011

Color Harmonies of #CC6562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6562

Black with #CC6562

Text Example


Text Example

White with #CC6562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6562; }

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

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

background-color css

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

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

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

border-color css

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

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

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