Html Css Color HEX #CE7868 Japonica

📋 copy color: '#CE7868'

red 206 ◦ green 120 ◦ blue 104

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

Shades of Japonica #CE7868

Tints of Japonica #CE7868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.19%

R = 47.91%
G = 27.91%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE7868 (or 0xCE7868) is known color: Japonica. HEX triplet: CE, 78 and 68. RGB value is (206,120,104). Sum of RGB (Red+Green+Blue) = 206+120+104=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7868 is #318797. Grayscale: #909090. Windows color (decimal): -3245976 or 6846670. OLE color: 6846670.

HSL color Cylindrical-coordinate representation of color #CE7868: hue angle of 9.41º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE7868 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 120 104 -
CMYK 0 0.42 0.50 0.19
HSL 9.41º 0.51% 0.61% -
HSV(B) 9.41º 0.5% 0.81% -
XYZ 34.67 27.55 16.59 -
YUV 143.89 105.49 172.3 -
System Red Green Blue C M Y K H S L
Decimal 206 120 104 0 0.42 0.50 0.19 9.41 0.51 0.61
Hex CE 78 68 0 2A 32 13 9 33 3D
Octal 316 170 150 0 52 62 23 11 63 75
Binary 11001110 1111000 1101000 0 101010 110010 10011 1001 110011 111101

Color Harmonies of #CE7868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7868

Black with #CE7868

Text Example


Text Example

White with #CE7868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7868; }

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

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

background-color css

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

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

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

border-color css

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

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

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