Html Css Color HEX #CE7063 Japonica

📋 copy color: '#CE7063'

red 206 ◦ green 112 ◦ blue 99

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

Shades of Japonica #CE7063

Tints of Japonica #CE7063

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.86%

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

R = 49.4%
G = 26.86%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CE7063 (or 0xCE7063) is known color: Japonica. HEX triplet: CE, 70 and 63. RGB value is (206,112,99). Sum of RGB (Red+Green+Blue) = 206+112+99=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 99 (39.06% from 255 or 23.74% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7063 is #318F9C. Grayscale: #8A8A8A. Windows color (decimal): -3248029 or 6516942. OLE color: 6516942.

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

Color convert

RGB 206 112 99 -
CMYK 0 0.46 0.52 0.19
HSL 7.29º 0.52% 0.6% -
HSV(B) 7.29º 0.52% 0.81% -
XYZ 33.5 25.61 14.98 -
YUV 138.62 105.64 176.06 -
System Red Green Blue C M Y K H S L
Decimal 206 112 99 0 0.46 0.52 0.19 7.29 0.52 0.6
Hex CE 70 63 0 2E 34 13 7 34 3C
Octal 316 160 143 0 56 64 23 7 64 74
Binary 11001110 1110000 1100011 0 101110 110100 10011 111 110100 111100

Color Harmonies of #CE7063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7063

Black with #CE7063

Text Example


Text Example

White with #CE7063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7063; }

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

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

background-color css

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

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

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

border-color css

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

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

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