Html Css Color HEX #CE745A Japonica

📋 copy color: '#CE745A'

red 206 ◦ green 116 ◦ blue 90

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

Shades of Japonica #CE745A

Tints of Japonica #CE745A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.16%

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

R = 50%
G = 28.16%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE745A (or 0xCE745A) is known color: Japonica. HEX triplet: CE, 74 and 5A. RGB value is (206,116,90). Sum of RGB (Red+Green+Blue) = 206+116+90=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE745A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE745A is #318BA5. Grayscale: #8C8C8C. Windows color (decimal): -3247014 or 5928142. OLE color: 5928142.

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

Color convert

RGB 206 116 90 -
CMYK 0 0.44 0.56 0.19
HSL 13.45º 0.54% 0.58% -
HSV(B) 13.45º 0.56% 0.81% -
XYZ 33.54 26.35 12.99 -
YUV 139.95 99.82 175.11 -
System Red Green Blue C M Y K H S L
Decimal 206 116 90 0 0.44 0.56 0.19 13.45 0.54 0.58
Hex CE 74 5A 0 2C 38 13 D 36 3A
Octal 316 164 132 0 54 70 23 15 66 72
Binary 11001110 1110100 1011010 0 101100 111000 10011 1101 110110 111010

Color Harmonies of #CE745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE745A

Black with #CE745A

Text Example


Text Example

White with #CE745A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE745A; }

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

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

background-color css

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

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

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

border-color css

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

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

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