Html Css Color HEX #CE755E Japonica

📋 copy color: '#CE755E'

red 206 ◦ green 117 ◦ blue 94

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

Shades of Japonica #CE755E

Tints of Japonica #CE755E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.06%

 BLUE value IS 94 (37.11% from 255) = 22.54%

R = 49.4%
G = 28.06%
B = 22.54%

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

#CE755E (or 0xCE755E) is known color: Japonica. HEX triplet: CE, 75 and 5E. RGB value is (206,117,94). Sum of RGB (Red+Green+Blue) = 206+117+94=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE755E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE755E is #318AA1. Grayscale: #8D8D8D. Windows color (decimal): -3246754 or 6190542. OLE color: 6190542.

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

Color convert

RGB 206 117 94 -
CMYK 0 0.43 0.54 0.19
HSL 12.32º 0.53% 0.59% -
HSV(B) 12.32º 0.54% 0.81% -
XYZ 33.84 26.65 13.95 -
YUV 140.99 101.49 174.37 -
System Red Green Blue C M Y K H S L
Decimal 206 117 94 0 0.43 0.54 0.19 12.32 0.53 0.59
Hex CE 75 5E 0 2B 36 13 C 35 3B
Octal 316 165 136 0 53 66 23 14 65 73
Binary 11001110 1110101 1011110 0 101011 110110 10011 1100 110101 111011

Color Harmonies of #CE755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE755E

Black with #CE755E

Text Example


Text Example

White with #CE755E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE755E; }

 p { color: rgb(206,117,94); }

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

background-color css

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

 a { background-color: rgb(206,117,94); }

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

border-color css

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

 span { border-color: rgb(206,117,94); }

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