Html Css Color HEX #CE7460 Japonica

📋 copy color: '#CE7460'

red 206 ◦ green 116 ◦ blue 96

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

Shades of Japonica #CE7460

Tints of Japonica #CE7460

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.75%

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

R = 49.28%
G = 27.75%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE7460 (or 0xCE7460) is known color: Japonica. HEX triplet: CE, 74 and 60. RGB value is (206,116,96). Sum of RGB (Red+Green+Blue) = 206+116+96=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7460 is #318B9F. Grayscale: #8C8C8C. Windows color (decimal): -3247008 or 6321358. OLE color: 6321358.

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

Color convert

RGB 206 116 96 -
CMYK 0 0.44 0.53 0.19
HSL 10.91º 0.53% 0.59% -
HSV(B) 10.91º 0.53% 0.81% -
XYZ 33.81 26.46 14.39 -
YUV 140.63 102.82 174.63 -
System Red Green Blue C M Y K H S L
Decimal 206 116 96 0 0.44 0.53 0.19 10.91 0.53 0.59
Hex CE 74 60 0 2C 35 13 B 35 3B
Octal 316 164 140 0 54 65 23 13 65 73
Binary 11001110 1110100 1100000 0 101100 110101 10011 1011 110101 111011

Color Harmonies of #CE7460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7460

Black with #CE7460

Text Example


Text Example

White with #CE7460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7460; }

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

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

background-color css

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

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

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

border-color css

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

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

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