Html Css Color HEX #CE7365 Japonica

📋 copy color: '#CE7365'

red 206 ◦ green 115 ◦ blue 101

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

Shades of Japonica #CE7365

Tints of Japonica #CE7365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.93%

R = 48.82%
G = 27.25%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE7365 (or 0xCE7365) is known color: Japonica. HEX triplet: CE, 73 and 65. RGB value is (206,115,101). Sum of RGB (Red+Green+Blue) = 206+115+101=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7365 is #318C9A. Grayscale: #8C8C8C. Windows color (decimal): -3247259 or 6648782. OLE color: 6648782.

HSL color Cylindrical-coordinate representation of color #CE7365: hue angle of 8º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE7365 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 115 101 -
CMYK 0 0.44 0.51 0.19
HSL 0.52% 0.6% -
HSV(B) 0.51% 0.81% -
XYZ 33.93 26.32 15.6 -
YUV 140.61 105.65 174.64 -
System Red Green Blue C M Y K H S L
Decimal 206 115 101 0 0.44 0.51 0.19 8 0.52 0.6
Hex CE 73 65 0 2C 33 13 8 34 3C
Octal 316 163 145 0 54 63 23 10 64 74
Binary 11001110 1110011 1100101 0 101100 110011 10011 1000 110100 111100

Color Harmonies of #CE7365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7365

Black with #CE7365

Text Example


Text Example

White with #CE7365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7365; }

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

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

background-color css

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

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

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

border-color css

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

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

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