Html Css Color HEX #CE755A Japonica

📋 copy color: '#CE755A'

red 206 ◦ green 117 ◦ blue 90

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

Shades of Japonica #CE755A

Tints of Japonica #CE755A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.79%

R = 49.88%
G = 28.33%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE755A (or 0xCE755A) is known color: Japonica. HEX triplet: CE, 75 and 5A. RGB value is (206,117,90). Sum of RGB (Red+Green+Blue) = 206+117+90=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE755A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE755A is #318AA5. Grayscale: #8C8C8C. Windows color (decimal): -3246758 or 5928398. OLE color: 5928398.

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

Color convert

RGB 206 117 90 -
CMYK 0 0.43 0.56 0.19
HSL 13.97º 0.54% 0.58% -
HSV(B) 13.97º 0.56% 0.81% -
XYZ 33.66 26.58 13.03 -
YUV 140.53 99.49 174.7 -
System Red Green Blue C M Y K H S L
Decimal 206 117 90 0 0.43 0.56 0.19 13.97 0.54 0.58
Hex CE 75 5A 0 2B 38 13 E 36 3A
Octal 316 165 132 0 53 70 23 16 66 72
Binary 11001110 1110101 1011010 0 101011 111000 10011 1110 110110 111010

Color Harmonies of #CE755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE755A

Black with #CE755A

Text Example


Text Example

White with #CE755A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE755A; }

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

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

background-color css

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

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

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

border-color css

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

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

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