Html Css Color HEX #CE7257 Japonica

📋 copy color: '#CE7257'

red 206 ◦ green 114 ◦ blue 87

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

Shades of Japonica #CE7257

Tints of Japonica #CE7257

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.01%

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

R = 50.61%
G = 28.01%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE7257 (or 0xCE7257) is known color: Japonica. HEX triplet: CE, 72 and 57. RGB value is (206,114,87). Sum of RGB (Red+Green+Blue) = 206+114+87=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 87 (34.38% from 255 or 21.38% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7257 is #318DA8. Grayscale: #8A8A8A. Windows color (decimal): -3247529 or 5731022. OLE color: 5731022.

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

Color convert

RGB 206 114 87 -
CMYK 0 0.45 0.58 0.19
HSL 13.61º 0.55% 0.57% -
HSV(B) 13.61º 0.58% 0.81% -
XYZ 33.19 25.84 12.26 -
YUV 138.43 98.98 176.2 -
System Red Green Blue C M Y K H S L
Decimal 206 114 87 0 0.45 0.58 0.19 13.61 0.55 0.57
Hex CE 72 57 0 2D 3A 13 E 37 39
Octal 316 162 127 0 55 72 23 16 67 71
Binary 11001110 1110010 1010111 0 101101 111010 10011 1110 110111 111001

Color Harmonies of #CE7257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7257

Black with #CE7257

Text Example


Text Example

White with #CE7257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7257; }

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

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

background-color css

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

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

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

border-color css

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

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

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