Html Css Color HEX #CE7160 Japonica

📋 copy color: '#CE7160'

red 206 ◦ green 113 ◦ blue 96

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

Shades of Japonica #CE7160

Tints of Japonica #CE7160

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.23%

 BLUE value IS 96 (37.89% from 255) = 23.13%

R = 49.64%
G = 27.23%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE7160 (or 0xCE7160) is known color: Japonica. HEX triplet: CE, 71 and 60. RGB value is (206,113,96). Sum of RGB (Red+Green+Blue) = 206+113+96=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7160 is #318E9F. Grayscale: #8B8B8B. Windows color (decimal): -3247776 or 6320590. OLE color: 6320590.

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

Color convert

RGB 206 113 96 -
CMYK 0 0.45 0.53 0.19
HSL 9.27º 0.53% 0.59% -
HSV(B) 9.27º 0.53% 0.81% -
XYZ 33.47 25.78 14.28 -
YUV 138.87 103.81 175.88 -
System Red Green Blue C M Y K H S L
Decimal 206 113 96 0 0.45 0.53 0.19 9.27 0.53 0.59
Hex CE 71 60 0 2D 35 13 9 35 3B
Octal 316 161 140 0 55 65 23 11 65 73
Binary 11001110 1110001 1100000 0 101101 110101 10011 1001 110101 111011

Color Harmonies of #CE7160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7160

Black with #CE7160

Text Example


Text Example

White with #CE7160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7160; }

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

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

background-color css

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

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

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

border-color css

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

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

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