Html Css Color HEX #CE6262 Indian Red

📋 copy color: '#CE6262'

red 206 ◦ green 98 ◦ blue 98

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

Shades of Indian Red #CE6262

Tints of Indian Red #CE6262

RGB

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

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

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

R = 51.24%
G = 24.38%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CE6262 (or 0xCE6262) is known color: Indian Red. HEX triplet: CE, 62 and 62. RGB value is (206,98,98). Sum of RGB (Red+Green+Blue) = 206+98+98=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 98 (38.67% from 255 or 24.38% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6262 is #319D9D. Grayscale: #828282. Windows color (decimal): -3251614 or 6447822. OLE color: 6447822.

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

Color convert

RGB 206 98 98 -
CMYK 0 0.52 0.52 0.19
HSL 0.52% 0.6% -
HSV(B) 0.52% 0.81% -
XYZ 32.03 22.74 14.26 -
YUV 130.29 109.78 182 -
System Red Green Blue C M Y K H S L
Decimal 206 98 98 0 0.52 0.52 0.19 0 0.52 0.6
Hex CE 62 62 0 34 34 13 0 34 3C
Octal 316 142 142 0 64 64 23 0 64 74
Binary 11001110 1100010 1100010 0 110100 110100 10011 0 110100 111100

Color Harmonies of #CE6262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6262

Black with #CE6262

Text Example


Text Example

White with #CE6262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6262; }

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

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

background-color css

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

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

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

border-color css

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

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

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