Html Css Color HEX #CE7360 Japonica

📋 copy color: '#CE7360'

red 206 ◦ green 115 ◦ blue 96

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

Shades of Japonica #CE7360

Tints of Japonica #CE7360

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.58%

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

R = 49.4%
G = 27.58%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE7360 (or 0xCE7360) is known color: Japonica. HEX triplet: CE, 73 and 60. RGB value is (206,115,96). Sum of RGB (Red+Green+Blue) = 206+115+96=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7360 is #318C9F. Grayscale: #8C8C8C. Windows color (decimal): -3247264 or 6321102. OLE color: 6321102.

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

Color convert

RGB 206 115 96 -
CMYK 0 0.44 0.53 0.19
HSL 10.36º 0.53% 0.59% -
HSV(B) 10.36º 0.53% 0.81% -
XYZ 33.7 26.23 14.35 -
YUV 140.04 103.15 175.04 -
System Red Green Blue C M Y K H S L
Decimal 206 115 96 0 0.44 0.53 0.19 10.36 0.53 0.59
Hex CE 73 60 0 2C 35 13 A 35 3B
Octal 316 163 140 0 54 65 23 12 65 73
Binary 11001110 1110011 1100000 0 101100 110101 10011 1010 110101 111011

Color Harmonies of #CE7360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7360

Black with #CE7360

Text Example


Text Example

White with #CE7360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7360; }

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

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

background-color css

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

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

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

border-color css

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

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

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