Html Css Color HEX #CE6D60 Japonica

📋 copy color: '#CE6D60'

red 206 ◦ green 109 ◦ blue 96

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

Shades of Japonica #CE6D60

Tints of Japonica #CE6D60

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.52%

 BLUE value IS 96 (37.89% from 255) = 23.36%

R = 50.12%
G = 26.52%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE6D60 (or 0xCE6D60) is known color: Japonica. HEX triplet: CE, 6D and 60. RGB value is (206,109,96). Sum of RGB (Red+Green+Blue) = 206+109+96=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6D60 is #31929F. Grayscale: #888888. Windows color (decimal): -3248800 or 6319566. OLE color: 6319566.

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

Color convert

RGB 206 109 96 -
CMYK 0 0.47 0.53 0.19
HSL 7.09º 0.53% 0.59% -
HSV(B) 7.09º 0.53% 0.81% -
XYZ 33.03 24.9 14.13 -
YUV 136.52 105.14 177.56 -
System Red Green Blue C M Y K H S L
Decimal 206 109 96 0 0.47 0.53 0.19 7.09 0.53 0.59
Hex CE 6D 60 0 2F 35 13 7 35 3B
Octal 316 155 140 0 57 65 23 7 65 73
Binary 11001110 1101101 1100000 0 101111 110101 10011 111 110101 111011

Color Harmonies of #CE6D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6D60

Black with #CE6D60

Text Example


Text Example

White with #CE6D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6D60; }

 p { color: rgb(206,109,96); }

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

background-color css

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

 a { background-color: rgb(206,109,96); }

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

border-color css

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

 span { border-color: rgb(206,109,96); }

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