Html Css Color HEX #CE7163 Japonica

📋 copy color: '#CE7163'

red 206 ◦ green 113 ◦ blue 99

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

Shades of Japonica #CE7163

Tints of Japonica #CE7163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.68%

R = 49.28%
G = 27.03%
B = 23.68%

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

#CE7163 (or 0xCE7163) is known color: Japonica. HEX triplet: CE, 71 and 63. RGB value is (206,113,99). Sum of RGB (Red+Green+Blue) = 206+113+99=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7163 is #318E9C. Grayscale: #8B8B8B. Windows color (decimal): -3247773 or 6517198. OLE color: 6517198.

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

Color convert

RGB 206 113 99 -
CMYK 0 0.45 0.52 0.19
HSL 7.85º 0.52% 0.6% -
HSV(B) 7.85º 0.52% 0.81% -
XYZ 33.61 25.83 15.02 -
YUV 139.21 105.31 175.64 -
System Red Green Blue C M Y K H S L
Decimal 206 113 99 0 0.45 0.52 0.19 7.85 0.52 0.6
Hex CE 71 63 0 2D 34 13 8 34 3C
Octal 316 161 143 0 55 64 23 10 64 74
Binary 11001110 1110001 1100011 0 101101 110100 10011 1000 110100 111100

Color Harmonies of #CE7163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7163

Black with #CE7163

Text Example


Text Example

White with #CE7163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7163; }

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

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

background-color css

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

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

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

border-color css

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

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

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