Html Css Color HEX #CE7057 Japonica

📋 copy color: '#CE7057'

red 206 ◦ green 112 ◦ blue 87

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

Shades of Japonica #CE7057

Tints of Japonica #CE7057

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.65%

 BLUE value IS 87 (34.38% from 255) = 21.48%

R = 50.86%
G = 27.65%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE7057 (or 0xCE7057) is known color: Japonica. HEX triplet: CE, 70 and 57. RGB value is (206,112,87). Sum of RGB (Red+Green+Blue) = 206+112+87=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 87 (34.38% from 255 or 21.48% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7057 is #318FA8. Grayscale: #898989. Windows color (decimal): -3248041 or 5730510. OLE color: 5730510.

HSL color Cylindrical-coordinate representation of color #CE7057: hue angle of 12.61º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE7057 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 112 87 -
CMYK 0 0.46 0.58 0.19
HSL 12.61º 0.55% 0.57% -
HSV(B) 12.61º 0.58% 0.81% -
XYZ 32.97 25.4 12.18 -
YUV 137.26 99.64 177.03 -
System Red Green Blue C M Y K H S L
Decimal 206 112 87 0 0.46 0.58 0.19 12.61 0.55 0.57
Hex CE 70 57 0 2E 3A 13 D 37 39
Octal 316 160 127 0 56 72 23 15 67 71
Binary 11001110 1110000 1010111 0 101110 111010 10011 1101 110111 111001

Color Harmonies of #CE7057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7057

Black with #CE7057

Text Example


Text Example

White with #CE7057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7057; }

 p { color: rgb(206,112,87); }

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

background-color css

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

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

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

border-color css

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

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

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