Html Css Color HEX #CE7352 Japonica

📋 copy color: '#CE7352'

red 206 ◦ green 115 ◦ blue 82

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

Shades of Japonica #CE7352

Tints of Japonica #CE7352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.35%

R = 51.12%
G = 28.54%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE7352 (or 0xCE7352) is known color: Japonica. HEX triplet: CE, 73 and 52. RGB value is (206,115,82). Sum of RGB (Red+Green+Blue) = 206+115+82=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 82 (32.42% from 255 or 20.35% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7352 is #318CAD. Grayscale: #8A8A8A. Windows color (decimal): -3247278 or 5403598. OLE color: 5403598.

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

Color convert

RGB 206 115 82 -
CMYK 0 0.44 0.60 0.19
HSL 15.97º 0.56% 0.56% -
HSV(B) 15.97º 0.6% 0.81% -
XYZ 33.11 25.99 11.25 -
YUV 138.45 96.15 176.18 -
System Red Green Blue C M Y K H S L
Decimal 206 115 82 0 0.44 0.60 0.19 15.97 0.56 0.56
Hex CE 73 52 0 2C 3C 13 10 38 38
Octal 316 163 122 0 54 74 23 20 70 70
Binary 11001110 1110011 1010010 0 101100 111100 10011 10000 111000 111000

Color Harmonies of #CE7352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7352

Black with #CE7352

Text Example


Text Example

White with #CE7352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7352; }

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

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

background-color css

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

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

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

border-color css

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

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

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