Html Css Color HEX #CE7058 Japonica

📋 copy color: '#CE7058'

red 206 ◦ green 112 ◦ blue 88

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

Shades of Japonica #CE7058

Tints of Japonica #CE7058

RGB

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

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

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

R = 50.74%
G = 27.59%
B = 21.67%

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

#CE7058 (or 0xCE7058) is known color: Japonica. HEX triplet: CE, 70 and 58. RGB value is (206,112,88). Sum of RGB (Red+Green+Blue) = 206+112+88=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7058 is #318FA7. Grayscale: #898989. Windows color (decimal): -3248040 or 5796046. OLE color: 5796046.

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

Color convert

RGB 206 112 88 -
CMYK 0 0.46 0.57 0.19
HSL 12.2º 0.55% 0.58% -
HSV(B) 12.2º 0.57% 0.81% -
XYZ 33.01 25.41 12.4 -
YUV 137.37 100.14 176.95 -
System Red Green Blue C M Y K H S L
Decimal 206 112 88 0 0.46 0.57 0.19 12.2 0.55 0.58
Hex CE 70 58 0 2E 39 13 C 37 3A
Octal 316 160 130 0 56 71 23 14 67 72
Binary 11001110 1110000 1011000 0 101110 111001 10011 1100 110111 111010

Color Harmonies of #CE7058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7058

Black with #CE7058

Text Example


Text Example

White with #CE7058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7058; }

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

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

background-color css

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

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

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

border-color css

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

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

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