Html Css Color HEX #CE6A57 Japonica

📋 copy color: '#CE6A57'

red 206 ◦ green 106 ◦ blue 87

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

Shades of Japonica #CE6A57

Tints of Japonica #CE6A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.8%

R = 51.63%
G = 26.57%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE6A57 (or 0xCE6A57) is known color: Japonica. HEX triplet: CE, 6A and 57. RGB value is (206,106,87). Sum of RGB (Red+Green+Blue) = 206+106+87=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6A57 is #3195A8. Grayscale: #858585. Windows color (decimal): -3249577 or 5728974. OLE color: 5728974.

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

Color convert

RGB 206 106 87 -
CMYK 0 0.49 0.58 0.19
HSL 9.58º 0.55% 0.57% -
HSV(B) 9.58º 0.58% 0.81% -
XYZ 32.33 24.12 11.97 -
YUV 133.73 101.63 179.54 -
System Red Green Blue C M Y K H S L
Decimal 206 106 87 0 0.49 0.58 0.19 9.58 0.55 0.57
Hex CE 6A 57 0 31 3A 13 A 37 39
Octal 316 152 127 0 61 72 23 12 67 71
Binary 11001110 1101010 1010111 0 110001 111010 10011 1010 110111 111001

Color Harmonies of #CE6A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6A57

Black with #CE6A57

Text Example


Text Example

White with #CE6A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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