Html Css Color HEX #CE7564 Japonica

📋 copy color: '#CE7564'

red 206 ◦ green 117 ◦ blue 100

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

Shades of Japonica #CE7564

Tints of Japonica #CE7564

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.66%

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

R = 48.7%
G = 27.66%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE7564 (or 0xCE7564) is known color: Japonica. HEX triplet: CE, 75 and 64. RGB value is (206,117,100). Sum of RGB (Red+Green+Blue) = 206+117+100=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7564 is #318A9B. Grayscale: #8D8D8D. Windows color (decimal): -3246748 or 6583758. OLE color: 6583758.

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

Color convert

RGB 206 117 100 -
CMYK 0 0.43 0.51 0.19
HSL 9.62º 0.52% 0.6% -
HSV(B) 9.62º 0.51% 0.81% -
XYZ 34.12 26.76 15.42 -
YUV 141.67 104.49 173.88 -
System Red Green Blue C M Y K H S L
Decimal 206 117 100 0 0.43 0.51 0.19 9.62 0.52 0.6
Hex CE 75 64 0 2B 33 13 A 34 3C
Octal 316 165 144 0 53 63 23 12 64 74
Binary 11001110 1110101 1100100 0 101011 110011 10011 1010 110100 111100

Color Harmonies of #CE7564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7564

Black with #CE7564

Text Example


Text Example

White with #CE7564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7564; }

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

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

background-color css

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

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

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

border-color css

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

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

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