Html Css Color HEX #CE7852 Japonica

📋 copy color: '#CE7852'

red 206 ◦ green 120 ◦ blue 82

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

Shades of Japonica #CE7852

Tints of Japonica #CE7852

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.41%

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

R = 50.49%
G = 29.41%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE7852 (or 0xCE7852) is known color: Japonica. HEX triplet: CE, 78 and 52. RGB value is (206,120,82). Sum of RGB (Red+Green+Blue) = 206+120+82=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7852 is #3187AD. Grayscale: #8D8D8D. Windows color (decimal): -3245998 or 5404878. OLE color: 5404878.

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

Color convert

RGB 206 120 82 -
CMYK 0 0.42 0.60 0.19
HSL 18.39º 0.56% 0.56% -
HSV(B) 18.39º 0.6% 0.81% -
XYZ 33.69 27.16 11.45 -
YUV 141.38 94.49 174.09 -
System Red Green Blue C M Y K H S L
Decimal 206 120 82 0 0.42 0.60 0.19 18.39 0.56 0.56
Hex CE 78 52 0 2A 3C 13 12 38 38
Octal 316 170 122 0 52 74 23 22 70 70
Binary 11001110 1111000 1010010 0 101010 111100 10011 10010 111000 111000

Color Harmonies of #CE7852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7852

Black with #CE7852

Text Example


Text Example

White with #CE7852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7852; }

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

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

background-color css

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

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

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

border-color css

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

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

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