Html Css Color HEX #CC6362 Indian Red

📋 copy color: '#CC6362'

red 204 ◦ green 99 ◦ blue 98

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

Shades of Indian Red #CC6362

Tints of Indian Red #CC6362

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.69%

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

R = 50.87%
G = 24.69%
B = 24.44%

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

#CC6362 (or 0xCC6362) is known color: Indian Red. HEX triplet: CC, 63 and 62. RGB value is (204,99,98). Sum of RGB (Red+Green+Blue) = 204+99+98=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 98 (38.67% from 255 or 24.44% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6362 is #339C9D. Grayscale: #828282. Windows color (decimal): -3382430 or 6448076. OLE color: 6448076.

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

Color convert

RGB 204 99 98 -
CMYK 0 0.51 0.52 0.2
HSL 0.57º 0.51% 0.59% -
HSV(B) 0.57º 0.52% 0.8% -
XYZ 31.57 22.64 14.26 -
YUV 130.28 109.79 180.58 -
System Red Green Blue C M Y K H S L
Decimal 204 99 98 0 0.51 0.52 0.2 0.57 0.51 0.59
Hex CC 63 62 0 33 34 14 1 33 3B
Octal 314 143 142 0 63 64 24 1 63 73
Binary 11001100 1100011 1100010 0 110011 110100 10100 1 110011 111011

Color Harmonies of #CC6362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6362

Black with #CC6362

Text Example


Text Example

White with #CC6362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6362; }

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

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

background-color css

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

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

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

border-color css

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

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

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