Html Css Color HEX #CE7164 Japonica

📋 copy color: '#CE7164'

red 206 ◦ green 113 ◦ blue 100

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

Shades of Japonica #CE7164

Tints of Japonica #CE7164

RGB

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

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

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

R = 49.16%
G = 26.97%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE7164 (or 0xCE7164) is known color: Japonica. HEX triplet: CE, 71 and 64. RGB value is (206,113,100). Sum of RGB (Red+Green+Blue) = 206+113+100=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7164 is #318E9B. Grayscale: #8B8B8B. Windows color (decimal): -3247772 or 6582734. OLE color: 6582734.

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

Color convert

RGB 206 113 100 -
CMYK 0 0.45 0.51 0.19
HSL 7.36º 0.52% 0.6% -
HSV(B) 7.36º 0.51% 0.81% -
XYZ 33.66 25.85 15.27 -
YUV 139.33 105.81 175.56 -
System Red Green Blue C M Y K H S L
Decimal 206 113 100 0 0.45 0.51 0.19 7.36 0.52 0.6
Hex CE 71 64 0 2D 33 13 7 34 3C
Octal 316 161 144 0 55 63 23 7 64 74
Binary 11001110 1110001 1100100 0 101101 110011 10011 111 110100 111100

Color Harmonies of #CE7164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7164

Black with #CE7164

Text Example


Text Example

White with #CE7164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7164; }

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

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

background-color css

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

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

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

border-color css

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

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

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