Html Css Color HEX #CE6462 Indian Red

📋 copy color: '#CE6462'

red 206 ◦ green 100 ◦ blue 98

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

Shades of Indian Red #CE6462

Tints of Indian Red #CE6462

RGB

 RED value IS 206 (80.86% from 255) = 50.99%

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

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

R = 50.99%
G = 24.75%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CE6462 (or 0xCE6462) is known color: Indian Red. HEX triplet: CE, 64 and 62. RGB value is (206,100,98). Sum of RGB (Red+Green+Blue) = 206+100+98=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 98 (38.67% from 255 or 24.26% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6462 is #319B9D. Grayscale: #838383. Windows color (decimal): -3251102 or 6448334. OLE color: 6448334.

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

Color convert

RGB 206 100 98 -
CMYK 0 0.51 0.52 0.19
HSL 1.11º 0.52% 0.6% -
HSV(B) 1.11º 0.52% 0.81% -
XYZ 32.22 23.12 14.32 -
YUV 131.47 109.12 181.16 -
System Red Green Blue C M Y K H S L
Decimal 206 100 98 0 0.51 0.52 0.19 1.11 0.52 0.6
Hex CE 64 62 0 33 34 13 1 34 3C
Octal 316 144 142 0 63 64 23 1 64 74
Binary 11001110 1100100 1100010 0 110011 110100 10011 1 110100 111100

Color Harmonies of #CE6462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6462

Black with #CE6462

Text Example


Text Example

White with #CE6462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6462; }

 p { color: rgb(206,100,98); }

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

background-color css

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

 a { background-color: rgb(206,100,98); }

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

border-color css

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

 span { border-color: rgb(206,100,98); }

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