Html Css Color HEX #CE605F Indian Red

📋 copy color: '#CE605F'

red 206 ◦ green 96 ◦ blue 95

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

Shades of Indian Red #CE605F

Tints of Indian Red #CE605F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.93%

R = 51.89%
G = 24.18%
B = 23.93%

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

#CE605F (or 0xCE605F) is known color: Indian Red. HEX triplet: CE, 60 and 5F. RGB value is (206,96,95). Sum of RGB (Red+Green+Blue) = 206+96+95=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE605F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE605F is #319FA0. Grayscale: #808080. Windows color (decimal): -3252129 or 6250702. OLE color: 6250702.

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

Color convert

RGB 206 96 95 -
CMYK 0 0.53 0.54 0.19
HSL 0.54º 0.53% 0.59% -
HSV(B) 0.54º 0.54% 0.81% -
XYZ 31.7 22.31 13.46 -
YUV 128.78 108.94 183.08 -
System Red Green Blue C M Y K H S L
Decimal 206 96 95 0 0.53 0.54 0.19 0.54 0.53 0.59
Hex CE 60 5F 0 35 36 13 1 35 3B
Octal 316 140 137 0 65 66 23 1 65 73
Binary 11001110 1100000 1011111 0 110101 110110 10011 1 110101 111011

Color Harmonies of #CE605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE605F

Black with #CE605F

Text Example


Text Example

White with #CE605F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE605F; }

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

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

background-color css

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

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

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

border-color css

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

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

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