Html Css Color HEX #CE6B5D Japonica

📋 copy color: '#CE6B5D'

red 206 ◦ green 107 ◦ blue 93

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

Shades of Japonica #CE6B5D

Tints of Japonica #CE6B5D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.35%

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

R = 50.74%
G = 26.35%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE6B5D (or 0xCE6B5D) is known color: Japonica. HEX triplet: CE, 6B and 5D. RGB value is (206,107,93). Sum of RGB (Red+Green+Blue) = 206+107+93=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6B5D is #3194A2. Grayscale: #878787. Windows color (decimal): -3249315 or 6122446. OLE color: 6122446.

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

Color convert

RGB 206 107 93 -
CMYK 0 0.48 0.55 0.19
HSL 7.43º 0.54% 0.59% -
HSV(B) 7.43º 0.55% 0.81% -
XYZ 32.69 24.43 13.35 -
YUV 135.01 104.3 178.64 -
System Red Green Blue C M Y K H S L
Decimal 206 107 93 0 0.48 0.55 0.19 7.43 0.54 0.59
Hex CE 6B 5D 0 30 37 13 7 36 3B
Octal 316 153 135 0 60 67 23 7 66 73
Binary 11001110 1101011 1011101 0 110000 110111 10011 111 110110 111011

Color Harmonies of #CE6B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6B5D

Black with #CE6B5D

Text Example


Text Example

White with #CE6B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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