Html Css Color HEX #CE7761 Japonica

📋 copy color: '#CE7761'

red 206 ◦ green 119 ◦ blue 97

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

Shades of Japonica #CE7761

Tints of Japonica #CE7761

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.2%

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

R = 48.82%
G = 28.2%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE7761 (or 0xCE7761) is known color: Japonica. HEX triplet: CE, 77 and 61. RGB value is (206,119,97). Sum of RGB (Red+Green+Blue) = 206+119+97=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 97 (38.28% from 255 or 22.99% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7761 is #31889E. Grayscale: #8E8E8E. Windows color (decimal): -3246239 or 6387662. OLE color: 6387662.

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

Color convert

RGB 206 119 97 -
CMYK 0 0.42 0.53 0.19
HSL 12.11º 0.53% 0.59% -
HSV(B) 12.11º 0.53% 0.81% -
XYZ 34.21 27.18 14.75 -
YUV 142.51 102.32 173.29 -
System Red Green Blue C M Y K H S L
Decimal 206 119 97 0 0.42 0.53 0.19 12.11 0.53 0.59
Hex CE 77 61 0 2A 35 13 C 35 3B
Octal 316 167 141 0 52 65 23 14 65 73
Binary 11001110 1110111 1100001 0 101010 110101 10011 1100 110101 111011

Color Harmonies of #CE7761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7761

Black with #CE7761

Text Example


Text Example

White with #CE7761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7761; }

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

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

background-color css

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

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

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

border-color css

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

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

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