Html Css Color HEX #CE7161 Japonica

📋 copy color: '#CE7161'

red 206 ◦ green 113 ◦ blue 97

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

Shades of Japonica #CE7161

Tints of Japonica #CE7161

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.16%

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

R = 49.52%
G = 27.16%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE7161 (or 0xCE7161) is known color: Japonica. HEX triplet: CE, 71 and 61. RGB value is (206,113,97). Sum of RGB (Red+Green+Blue) = 206+113+97=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7161 is #318E9E. Grayscale: #8B8B8B. Windows color (decimal): -3247775 or 6386126. OLE color: 6386126.

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

Color convert

RGB 206 113 97 -
CMYK 0 0.45 0.53 0.19
HSL 8.81º 0.53% 0.59% -
HSV(B) 8.81º 0.53% 0.81% -
XYZ 33.52 25.8 14.52 -
YUV 138.98 104.31 175.8 -
System Red Green Blue C M Y K H S L
Decimal 206 113 97 0 0.45 0.53 0.19 8.81 0.53 0.59
Hex CE 71 61 0 2D 35 13 9 35 3B
Octal 316 161 141 0 55 65 23 11 65 73
Binary 11001110 1110001 1100001 0 101101 110101 10011 1001 110101 111011

Color Harmonies of #CE7161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7161

Black with #CE7161

Text Example


Text Example

White with #CE7161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7161; }

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

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

background-color css

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

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

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

border-color css

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

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

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