Html Css Color HEX #CE705D Japonica

📋 copy color: '#CE705D'

red 206 ◦ green 112 ◦ blue 93

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

Shades of Japonica #CE705D

Tints of Japonica #CE705D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.25%

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

R = 50.12%
G = 27.25%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE705D (or 0xCE705D) is known color: Japonica. HEX triplet: CE, 70 and 5D. RGB value is (206,112,93). Sum of RGB (Red+Green+Blue) = 206+112+93=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE705D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE705D is #318FA2. Grayscale: #8A8A8A. Windows color (decimal): -3248035 or 6123726. OLE color: 6123726.

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

Color convert

RGB 206 112 93 -
CMYK 0 0.46 0.55 0.19
HSL 10.09º 0.54% 0.59% -
HSV(B) 10.09º 0.55% 0.81% -
XYZ 33.22 25.5 13.53 -
YUV 137.94 102.64 176.54 -
System Red Green Blue C M Y K H S L
Decimal 206 112 93 0 0.46 0.55 0.19 10.09 0.54 0.59
Hex CE 70 5D 0 2E 37 13 A 36 3B
Octal 316 160 135 0 56 67 23 12 66 73
Binary 11001110 1110000 1011101 0 101110 110111 10011 1010 110110 111011

Color Harmonies of #CE705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE705D

Black with #CE705D

Text Example


Text Example

White with #CE705D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE705D; }

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

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

background-color css

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

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

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

border-color css

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

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

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