Html Css Color HEX #CE7960 Japonica

📋 copy color: '#CE7960'

red 206 ◦ green 121 ◦ blue 96

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

Shades of Japonica #CE7960

Tints of Japonica #CE7960

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.61%

 BLUE value IS 96 (37.89% from 255) = 22.7%

R = 48.7%
G = 28.61%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE7960 (or 0xCE7960) is known color: Japonica. HEX triplet: CE, 79 and 60. RGB value is (206,121,96). Sum of RGB (Red+Green+Blue) = 206+121+96=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7960 is #31869F. Grayscale: #8F8F8F. Windows color (decimal): -3245728 or 6322638. OLE color: 6322638.

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

Color convert

RGB 206 121 96 -
CMYK 0 0.41 0.53 0.19
HSL 13.64º 0.53% 0.59% -
HSV(B) 13.64º 0.53% 0.81% -
XYZ 34.4 27.64 14.59 -
YUV 143.57 101.16 172.53 -
System Red Green Blue C M Y K H S L
Decimal 206 121 96 0 0.41 0.53 0.19 13.64 0.53 0.59
Hex CE 79 60 0 29 35 13 E 35 3B
Octal 316 171 140 0 51 65 23 16 65 73
Binary 11001110 1111001 1100000 0 101001 110101 10011 1110 110101 111011

Color Harmonies of #CE7960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7960

Black with #CE7960

Text Example


Text Example

White with #CE7960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7960; }

 p { color: rgb(206,121,96); }

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

background-color css

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

 a { background-color: rgb(206,121,96); }

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

border-color css

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

 span { border-color: rgb(206,121,96); }

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