Html Css Color HEX #CE7061 Japonica

📋 copy color: '#CE7061'

red 206 ◦ green 112 ◦ blue 97

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

Shades of Japonica #CE7061

Tints of Japonica #CE7061

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.99%

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

R = 49.64%
G = 26.99%
B = 23.37%

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

#CE7061 (or 0xCE7061) is known color: Japonica. HEX triplet: CE, 70 and 61. RGB value is (206,112,97). Sum of RGB (Red+Green+Blue) = 206+112+97=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7061 is #318F9E. Grayscale: #8A8A8A. Windows color (decimal): -3248031 or 6385870. OLE color: 6385870.

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

Color convert

RGB 206 112 97 -
CMYK 0 0.46 0.53 0.19
HSL 8.26º 0.53% 0.59% -
HSV(B) 8.26º 0.53% 0.81% -
XYZ 33.41 25.57 14.48 -
YUV 138.4 104.64 176.22 -
System Red Green Blue C M Y K H S L
Decimal 206 112 97 0 0.46 0.53 0.19 8.26 0.53 0.59
Hex CE 70 61 0 2E 35 13 8 35 3B
Octal 316 160 141 0 56 65 23 10 65 73
Binary 11001110 1110000 1100001 0 101110 110101 10011 1000 110101 111011

Color Harmonies of #CE7061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7061

Black with #CE7061

Text Example


Text Example

White with #CE7061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7061; }

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

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

background-color css

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

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

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

border-color css

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

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

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