Html Css Color HEX #CE6A58 Japonica

📋 copy color: '#CE6A58'

red 206 ◦ green 106 ◦ blue 88

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

Shades of Japonica #CE6A58

Tints of Japonica #CE6A58

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.5%

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

R = 51.5%
G = 26.5%
B = 22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CE6A58 (or 0xCE6A58) is known color: Japonica. HEX triplet: CE, 6A and 58. RGB value is (206,106,88). Sum of RGB (Red+Green+Blue) = 206+106+88=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 88 (34.77% from 255 or 22% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6A58 is #3195A7. Grayscale: #868686. Windows color (decimal): -3249576 or 5794510. OLE color: 5794510.

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

Color convert

RGB 206 106 88 -
CMYK 0 0.49 0.57 0.19
HSL 9.15º 0.55% 0.58% -
HSV(B) 9.15º 0.57% 0.81% -
XYZ 32.37 24.13 12.18 -
YUV 133.85 102.13 179.46 -
System Red Green Blue C M Y K H S L
Decimal 206 106 88 0 0.49 0.57 0.19 9.15 0.55 0.58
Hex CE 6A 58 0 31 39 13 9 37 3A
Octal 316 152 130 0 61 71 23 11 67 72
Binary 11001110 1101010 1011000 0 110001 111001 10011 1001 110111 111010

Color Harmonies of #CE6A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6A58

Black with #CE6A58

Text Example


Text Example

White with #CE6A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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