Html Css Color HEX #CE735B Japonica

📋 copy color: '#CE735B'

red 206 ◦ green 115 ◦ blue 91

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

Shades of Japonica #CE735B

Tints of Japonica #CE735B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.09%

R = 50%
G = 27.91%
B = 22.09%

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

#CE735B (or 0xCE735B) is known color: Japonica. HEX triplet: CE, 73 and 5B. RGB value is (206,115,91). Sum of RGB (Red+Green+Blue) = 206+115+91=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE735B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE735B is #318CA4. Grayscale: #8B8B8B. Windows color (decimal): -3247269 or 5993422. OLE color: 5993422.

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

Color convert

RGB 206 115 91 -
CMYK 0 0.44 0.56 0.19
HSL 12.52º 0.54% 0.58% -
HSV(B) 12.52º 0.56% 0.81% -
XYZ 33.47 26.14 13.18 -
YUV 139.47 100.65 175.45 -
System Red Green Blue C M Y K H S L
Decimal 206 115 91 0 0.44 0.56 0.19 12.52 0.54 0.58
Hex CE 73 5B 0 2C 38 13 D 36 3A
Octal 316 163 133 0 54 70 23 15 66 72
Binary 11001110 1110011 1011011 0 101100 111000 10011 1101 110110 111010

Color Harmonies of #CE735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE735B

Black with #CE735B

Text Example


Text Example

White with #CE735B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE735B; }

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

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

background-color css

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

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

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

border-color css

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

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

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