Html Css Color HEX #CE735A Japonica

📋 copy color: '#CE735A'

red 206 ◦ green 115 ◦ blue 90

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

Shades of Japonica #CE735A

Tints of Japonica #CE735A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.98%

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

R = 50.12%
G = 27.98%
B = 21.9%

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

#CE735A (or 0xCE735A) is known color: Japonica. HEX triplet: CE, 73 and 5A. RGB value is (206,115,90). Sum of RGB (Red+Green+Blue) = 206+115+90=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE735A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE735A is #318CA5. Grayscale: #8B8B8B. Windows color (decimal): -3247270 or 5927886. OLE color: 5927886.

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

Color convert

RGB 206 115 90 -
CMYK 0 0.44 0.56 0.19
HSL 12.93º 0.54% 0.58% -
HSV(B) 12.93º 0.56% 0.81% -
XYZ 33.43 26.12 12.95 -
YUV 139.36 100.15 175.53 -
System Red Green Blue C M Y K H S L
Decimal 206 115 90 0 0.44 0.56 0.19 12.93 0.54 0.58
Hex CE 73 5A 0 2C 38 13 D 36 3A
Octal 316 163 132 0 54 70 23 15 66 72
Binary 11001110 1110011 1011010 0 101100 111000 10011 1101 110110 111010

Color Harmonies of #CE735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE735A

Black with #CE735A

Text Example


Text Example

White with #CE735A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE735A; }

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

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

background-color css

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

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

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

border-color css

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

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

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