Html Css Color HEX #CE6F5F Japonica

📋 copy color: '#CE6F5F'

red 206 ◦ green 111 ◦ blue 95

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

Shades of Japonica #CE6F5F

Tints of Japonica #CE6F5F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.94%

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

R = 50%
G = 26.94%
B = 23.06%

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

#CE6F5F (or 0xCE6F5F) is known color: Japonica. HEX triplet: CE, 6F and 5F. RGB value is (206,111,95). Sum of RGB (Red+Green+Blue) = 206+111+95=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6F5F is #3190A0. Grayscale: #898989. Windows color (decimal): -3248289 or 6254542. OLE color: 6254542.

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

Color convert

RGB 206 111 95 -
CMYK 0 0.46 0.54 0.19
HSL 8.65º 0.53% 0.59% -
HSV(B) 8.65º 0.54% 0.81% -
XYZ 33.2 25.32 13.96 -
YUV 137.58 103.97 176.8 -
System Red Green Blue C M Y K H S L
Decimal 206 111 95 0 0.46 0.54 0.19 8.65 0.53 0.59
Hex CE 6F 5F 0 2E 36 13 9 35 3B
Octal 316 157 137 0 56 66 23 11 65 73
Binary 11001110 1101111 1011111 0 101110 110110 10011 1001 110101 111011

Color Harmonies of #CE6F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6F5F

Black with #CE6F5F

Text Example


Text Example

White with #CE6F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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