Html Css Color HEX #CE6F58 Japonica

📋 copy color: '#CE6F58'

red 206 ◦ green 111 ◦ blue 88

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

Shades of Japonica #CE6F58

Tints of Japonica #CE6F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.73%

R = 50.86%
G = 27.41%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CE6F58 (or 0xCE6F58) is known color: Japonica. HEX triplet: CE, 6F and 58. RGB value is (206,111,88). Sum of RGB (Red+Green+Blue) = 206+111+88=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 88 (34.77% from 255 or 21.73% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6F58 is #3190A7. Grayscale: #888888. Windows color (decimal): -3248296 or 5795790. OLE color: 5795790.

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

Color convert

RGB 206 111 88 -
CMYK 0 0.46 0.57 0.19
HSL 11.69º 0.55% 0.58% -
HSV(B) 11.69º 0.57% 0.81% -
XYZ 32.9 25.2 12.36 -
YUV 136.78 100.47 177.37 -
System Red Green Blue C M Y K H S L
Decimal 206 111 88 0 0.46 0.57 0.19 11.69 0.55 0.58
Hex CE 6F 58 0 2E 39 13 C 37 3A
Octal 316 157 130 0 56 71 23 14 67 72
Binary 11001110 1101111 1011000 0 101110 111001 10011 1100 110111 111010

Color Harmonies of #CE6F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6F58

Black with #CE6F58

Text Example


Text Example

White with #CE6F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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