Html Css Color HEX #CE6F61 Japonica

📋 copy color: '#CE6F61'

red 206 ◦ green 111 ◦ blue 97

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

Shades of Japonica #CE6F61

Tints of Japonica #CE6F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.43%

R = 49.76%
G = 26.81%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE6F61 (or 0xCE6F61) is known color: Japonica. HEX triplet: CE, 6F and 61. RGB value is (206,111,97). Sum of RGB (Red+Green+Blue) = 206+111+97=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 97 (38.28% from 255 or 23.43% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6F61 is #31909E. Grayscale: #898989. Windows color (decimal): -3248287 or 6385614. OLE color: 6385614.

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

Color convert

RGB 206 111 97 -
CMYK 0 0.46 0.53 0.19
HSL 7.71º 0.53% 0.59% -
HSV(B) 7.71º 0.53% 0.81% -
XYZ 33.3 25.35 14.45 -
YUV 137.81 104.97 176.64 -
System Red Green Blue C M Y K H S L
Decimal 206 111 97 0 0.46 0.53 0.19 7.71 0.53 0.59
Hex CE 6F 61 0 2E 35 13 8 35 3B
Octal 316 157 141 0 56 65 23 10 65 73
Binary 11001110 1101111 1100001 0 101110 110101 10011 1000 110101 111011

Color Harmonies of #CE6F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6F61

Black with #CE6F61

Text Example


Text Example

White with #CE6F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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