Html Css Color HEX #E6765C Terra Cotta

📋 copy color: '#E6765C'

red 230 ◦ green 118 ◦ blue 92

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

Shades of Terra Cotta #E6765C

Tints of Terra Cotta #E6765C

RGB

 RED value IS 230 (90.23% from 255) = 52.27%

 GREEN value IS 118 (46.48% from 255) = 26.82%

 BLUE value IS 92 (36.33% from 255) = 20.91%

R = 52.27%
G = 26.82%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6765C (or 0xE6765C) is known color: Terra Cotta. HEX triplet: E6, 76 and 5C. RGB value is (230,118,92). Sum of RGB (Red+Green+Blue) = 230+118+92=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E6765C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6765C is #1989A3. Grayscale: #949494. Windows color (decimal): -1673636 or 6059750. OLE color: 6059750.

HSL color Cylindrical-coordinate representation of color #E6765C: hue angle of 11.3º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E6765C is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 118 92 -
CMYK 0 0.49 0.60 0.10
HSL 11.3º 0.73% 0.63% -
HSV(B) 11.3º 0.6% 0.9% -
XYZ 41.04 30.55 13.86 -
YUV 148.52 96.11 186.11 -
System Red Green Blue C M Y K H S L
Decimal 230 118 92 0 0.49 0.60 0.10 11.3 0.73 0.63
Hex E6 76 5C 0 31 3C A B 49 3F
Octal 346 166 134 0 61 74 12 13 111 77
Binary 11100110 1110110 1011100 0 110001 111100 1010 1011 1001001 111111

Color Harmonies of #E6765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6765C

Black with #E6765C

Text Example


Text Example

White with #E6765C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6765C; }

 p { color: rgb(230,118,92); }

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

background-color css

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

 a { background-color: rgb(230,118,92); }

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

border-color css

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

 span { border-color: rgb(230,118,92); }

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