Html Css Color HEX #CE705F Japonica

📋 copy color: '#CE705F'

red 206 ◦ green 112 ◦ blue 95

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

Shades of Japonica #CE705F

Tints of Japonica #CE705F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23%

R = 49.88%
G = 27.12%
B = 23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE705F (or 0xCE705F) is known color: Japonica. HEX triplet: CE, 70 and 5F. RGB value is (206,112,95). Sum of RGB (Red+Green+Blue) = 206+112+95=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE705F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE705F is #318FA0. Grayscale: #8A8A8A. Windows color (decimal): -3248033 or 6254798. OLE color: 6254798.

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

Color convert

RGB 206 112 95 -
CMYK 0 0.46 0.54 0.19
HSL 9.19º 0.53% 0.59% -
HSV(B) 9.19º 0.54% 0.81% -
XYZ 33.31 25.54 14 -
YUV 138.17 103.64 176.38 -
System Red Green Blue C M Y K H S L
Decimal 206 112 95 0 0.46 0.54 0.19 9.19 0.53 0.59
Hex CE 70 5F 0 2E 36 13 9 35 3B
Octal 316 160 137 0 56 66 23 11 65 73
Binary 11001110 1110000 1011111 0 101110 110110 10011 1001 110101 111011

Color Harmonies of #CE705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE705F

Black with #CE705F

Text Example


Text Example

White with #CE705F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE705F; }

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

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

background-color css

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

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

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

border-color css

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

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

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