Html Css Color HEX #CE605E Indian Red

📋 copy color: '#CE605E'

red 206 ◦ green 96 ◦ blue 94

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

Shades of Indian Red #CE605E

Tints of Indian Red #CE605E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.24%

 BLUE value IS 94 (37.11% from 255) = 23.74%

R = 52.02%
G = 24.24%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE605E (or 0xCE605E) is known color: Indian Red. HEX triplet: CE, 60 and 5E. RGB value is (206,96,94). Sum of RGB (Red+Green+Blue) = 206+96+94=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE605E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE605E is #319FA1. Grayscale: #808080. Windows color (decimal): -3252130 or 6185166. OLE color: 6185166.

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

Color convert

RGB 206 96 94 -
CMYK 0 0.53 0.54 0.19
HSL 1.07º 0.53% 0.59% -
HSV(B) 1.07º 0.54% 0.81% -
XYZ 31.66 22.3 13.22 -
YUV 128.66 108.44 183.16 -
System Red Green Blue C M Y K H S L
Decimal 206 96 94 0 0.53 0.54 0.19 1.07 0.53 0.59
Hex CE 60 5E 0 35 36 13 1 35 3B
Octal 316 140 136 0 65 66 23 1 65 73
Binary 11001110 1100000 1011110 0 110101 110110 10011 1 110101 111011

Color Harmonies of #CE605E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE605E

Black with #CE605E

Text Example


Text Example

White with #CE605E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE605E; }

 p { color: rgb(206,96,94); }

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

background-color css

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

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

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

border-color css

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

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

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