Html Css Color HEX #CE7162 Japonica

📋 copy color: '#CE7162'

red 206 ◦ green 113 ◦ blue 98

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

Shades of Japonica #CE7162

Tints of Japonica #CE7162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.5%

R = 49.4%
G = 27.1%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CE7162 (or 0xCE7162) is known color: Japonica. HEX triplet: CE, 71 and 62. RGB value is (206,113,98). Sum of RGB (Red+Green+Blue) = 206+113+98=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 98 (38.67% from 255 or 23.50% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7162 is #318E9D. Grayscale: #8B8B8B. Windows color (decimal): -3247774 or 6451662. OLE color: 6451662.

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

Color convert

RGB 206 113 98 -
CMYK 0 0.45 0.52 0.19
HSL 8.33º 0.52% 0.6% -
HSV(B) 8.33º 0.52% 0.81% -
XYZ 33.56 25.81 14.77 -
YUV 139.1 104.81 175.72 -
System Red Green Blue C M Y K H S L
Decimal 206 113 98 0 0.45 0.52 0.19 8.33 0.52 0.6
Hex CE 71 62 0 2D 34 13 8 34 3C
Octal 316 161 142 0 55 64 23 10 64 74
Binary 11001110 1110001 1100010 0 101101 110100 10011 1000 110100 111100

Color Harmonies of #CE7162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7162

Black with #CE7162

Text Example


Text Example

White with #CE7162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7162; }

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

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

background-color css

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

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

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

border-color css

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

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

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