Html Css Color HEX #CE765F Japonica

📋 copy color: '#CE765F'

red 206 ◦ green 118 ◦ blue 95

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

Shades of Japonica #CE765F

Tints of Japonica #CE765F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.16%

 BLUE value IS 95 (37.5% from 255) = 22.67%

R = 49.16%
G = 28.16%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE765F (or 0xCE765F) is known color: Japonica. HEX triplet: CE, 76 and 5F. RGB value is (206,118,95). Sum of RGB (Red+Green+Blue) = 206+118+95=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE765F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE765F is #3189A0. Grayscale: #8D8D8D. Windows color (decimal): -3246497 or 6256334. OLE color: 6256334.

HSL color Cylindrical-coordinate representation of color #CE765F: hue angle of 12.43º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE765F is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 118 95 -
CMYK 0 0.43 0.54 0.19
HSL 12.43º 0.53% 0.59% -
HSV(B) 12.43º 0.54% 0.81% -
XYZ 34 26.9 14.23 -
YUV 141.69 101.65 173.87 -
System Red Green Blue C M Y K H S L
Decimal 206 118 95 0 0.43 0.54 0.19 12.43 0.53 0.59
Hex CE 76 5F 0 2B 36 13 C 35 3B
Octal 316 166 137 0 53 66 23 14 65 73
Binary 11001110 1110110 1011111 0 101011 110110 10011 1100 110101 111011

Color Harmonies of #CE765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE765F

Black with #CE765F

Text Example


Text Example

White with #CE765F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE765F; }

 p { color: rgb(206,118,95); }

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

background-color css

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

 a { background-color: rgb(206,118,95); }

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

border-color css

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

 span { border-color: rgb(206,118,95); }

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