Html Css Color HEX #CE7466 Japonica

📋 copy color: '#CE7466'

red 206 ◦ green 116 ◦ blue 102

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

Shades of Japonica #CE7466

Tints of Japonica #CE7466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.06%

R = 48.58%
G = 27.36%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE7466 (or 0xCE7466) is known color: Japonica. HEX triplet: CE, 74 and 66. RGB value is (206,116,102). Sum of RGB (Red+Green+Blue) = 206+116+102=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7466 is #318B99. Grayscale: #8D8D8D. Windows color (decimal): -3247002 or 6714574. OLE color: 6714574.

HSL color Cylindrical-coordinate representation of color #CE7466: hue angle of 8.08º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE7466 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 116 102 -
CMYK 0 0.44 0.50 0.19
HSL 8.08º 0.51% 0.6% -
HSV(B) 8.08º 0.5% 0.81% -
XYZ 34.1 26.57 15.9 -
YUV 141.31 105.82 174.14 -
System Red Green Blue C M Y K H S L
Decimal 206 116 102 0 0.44 0.50 0.19 8.08 0.51 0.6
Hex CE 74 66 0 2C 32 13 8 33 3C
Octal 316 164 146 0 54 62 23 10 63 74
Binary 11001110 1110100 1100110 0 101100 110010 10011 1000 110011 111100

Color Harmonies of #CE7466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7466

Black with #CE7466

Text Example


Text Example

White with #CE7466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7466; }

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

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

background-color css

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

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

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

border-color css

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

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

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