Html Css Color HEX #CE6D5D Japonica

📋 copy color: '#CE6D5D'

red 206 ◦ green 109 ◦ blue 93

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

Shades of Japonica #CE6D5D

Tints of Japonica #CE6D5D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.72%

 BLUE value IS 93 (36.72% from 255) = 22.79%

R = 50.49%
G = 26.72%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE6D5D (or 0xCE6D5D) is known color: Japonica. HEX triplet: CE, 6D and 5D. RGB value is (206,109,93). Sum of RGB (Red+Green+Blue) = 206+109+93=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6D5D is #3192A2. Grayscale: #888888. Windows color (decimal): -3248803 or 6122958. OLE color: 6122958.

HSL color Cylindrical-coordinate representation of color #CE6D5D: hue angle of 8.5º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE6D5D is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 109 93 -
CMYK 0 0.47 0.55 0.19
HSL 8.5º 0.54% 0.59% -
HSV(B) 8.5º 0.55% 0.81% -
XYZ 32.9 24.85 13.42 -
YUV 136.18 103.64 177.8 -
System Red Green Blue C M Y K H S L
Decimal 206 109 93 0 0.47 0.55 0.19 8.5 0.54 0.59
Hex CE 6D 5D 0 2F 37 13 8 36 3B
Octal 316 155 135 0 57 67 23 10 66 73
Binary 11001110 1101101 1011101 0 101111 110111 10011 1000 110110 111011

Color Harmonies of #CE6D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6D5D

Black with #CE6D5D

Text Example


Text Example

White with #CE6D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6D5D; }

 p { color: rgb(206,109,93); }

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

background-color css

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

 a { background-color: rgb(206,109,93); }

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

border-color css

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

 span { border-color: rgb(206,109,93); }

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