Html Css Color HEX #CE735F Japonica

📋 copy color: '#CE735F'

red 206 ◦ green 115 ◦ blue 95

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

Shades of Japonica #CE735F

Tints of Japonica #CE735F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.84%

R = 49.52%
G = 27.64%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE735F (or 0xCE735F) is known color: Japonica. HEX triplet: CE, 73 and 5F. RGB value is (206,115,95). Sum of RGB (Red+Green+Blue) = 206+115+95=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE735F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE735F is #318CA0. Grayscale: #8C8C8C. Windows color (decimal): -3247265 or 6255566. OLE color: 6255566.

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

Color convert

RGB 206 115 95 -
CMYK 0 0.44 0.54 0.19
HSL 10.81º 0.53% 0.59% -
HSV(B) 10.81º 0.54% 0.81% -
XYZ 33.65 26.21 14.11 -
YUV 139.93 102.65 175.13 -
System Red Green Blue C M Y K H S L
Decimal 206 115 95 0 0.44 0.54 0.19 10.81 0.53 0.59
Hex CE 73 5F 0 2C 36 13 B 35 3B
Octal 316 163 137 0 54 66 23 13 65 73
Binary 11001110 1110011 1011111 0 101100 110110 10011 1011 110101 111011

Color Harmonies of #CE735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE735F

Black with #CE735F

Text Example


Text Example

White with #CE735F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE735F; }

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

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

background-color css

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

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

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

border-color css

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

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

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