Html Css Color HEX #CE7864 Japonica

📋 copy color: '#CE7864'

red 206 ◦ green 120 ◦ blue 100

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

Shades of Japonica #CE7864

Tints of Japonica #CE7864

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.17%

 BLUE value IS 100 (39.45% from 255) = 23.47%

R = 48.36%
G = 28.17%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE7864 (or 0xCE7864) is known color: Japonica. HEX triplet: CE, 78 and 64. RGB value is (206,120,100). Sum of RGB (Red+Green+Blue) = 206+120+100=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7864 is #31879B. Grayscale: #8F8F8F. Windows color (decimal): -3245980 or 6584526. OLE color: 6584526.

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

Color convert

RGB 206 120 100 -
CMYK 0 0.42 0.51 0.19
HSL 11.32º 0.52% 0.6% -
HSV(B) 11.32º 0.51% 0.81% -
XYZ 34.47 27.47 15.54 -
YUV 143.43 103.49 172.63 -
System Red Green Blue C M Y K H S L
Decimal 206 120 100 0 0.42 0.51 0.19 11.32 0.52 0.6
Hex CE 78 64 0 2A 33 13 B 34 3C
Octal 316 170 144 0 52 63 23 13 64 74
Binary 11001110 1111000 1100100 0 101010 110011 10011 1011 110100 111100

Color Harmonies of #CE7864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7864

Black with #CE7864

Text Example


Text Example

White with #CE7864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7864; }

 p { color: rgb(206,120,100); }

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

background-color css

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

 a { background-color: rgb(206,120,100); }

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

border-color css

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

 span { border-color: rgb(206,120,100); }

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