Html Css Color HEX #CE7461 Japonica

📋 copy color: '#CE7461'

red 206 ◦ green 116 ◦ blue 97

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

Shades of Japonica #CE7461

Tints of Japonica #CE7461

RGB

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

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

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

R = 49.16%
G = 27.68%
B = 23.15%

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

#CE7461 (or 0xCE7461) is known color: Japonica. HEX triplet: CE, 74 and 61. RGB value is (206,116,97). Sum of RGB (Red+Green+Blue) = 206+116+97=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7461 is #318B9E. Grayscale: #8C8C8C. Windows color (decimal): -3247007 or 6386894. OLE color: 6386894.

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

Color convert

RGB 206 116 97 -
CMYK 0 0.44 0.53 0.19
HSL 10.46º 0.53% 0.59% -
HSV(B) 10.46º 0.53% 0.81% -
XYZ 33.86 26.48 14.64 -
YUV 140.74 103.32 174.54 -
System Red Green Blue C M Y K H S L
Decimal 206 116 97 0 0.44 0.53 0.19 10.46 0.53 0.59
Hex CE 74 61 0 2C 35 13 A 35 3B
Octal 316 164 141 0 54 65 23 12 65 73
Binary 11001110 1110100 1100001 0 101100 110101 10011 1010 110101 111011

Color Harmonies of #CE7461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7461

Black with #CE7461

Text Example


Text Example

White with #CE7461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7461; }

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

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

background-color css

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

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

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

border-color css

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

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

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