Html Css Color HEX #CE6F63 Japonica

📋 copy color: '#CE6F63'

red 206 ◦ green 111 ◦ blue 99

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

Shades of Japonica #CE6F63

Tints of Japonica #CE6F63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.8%

R = 49.52%
G = 26.68%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CE6F63 (or 0xCE6F63) is known color: Japonica. HEX triplet: CE, 6F and 63. RGB value is (206,111,99). Sum of RGB (Red+Green+Blue) = 206+111+99=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6F63 is #31909C. Grayscale: #8A8A8A. Windows color (decimal): -3248285 or 6516686. OLE color: 6516686.

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

Color convert

RGB 206 111 99 -
CMYK 0 0.46 0.52 0.19
HSL 6.73º 0.52% 0.6% -
HSV(B) 6.73º 0.52% 0.81% -
XYZ 33.39 25.39 14.95 -
YUV 138.04 105.97 176.48 -
System Red Green Blue C M Y K H S L
Decimal 206 111 99 0 0.46 0.52 0.19 6.73 0.52 0.6
Hex CE 6F 63 0 2E 34 13 7 34 3C
Octal 316 157 143 0 56 64 23 7 64 74
Binary 11001110 1101111 1100011 0 101110 110100 10011 111 110100 111100

Color Harmonies of #CE6F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6F63

Black with #CE6F63

Text Example


Text Example

White with #CE6F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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