Html Css Color HEX #CE7752 Japonica

📋 copy color: '#CE7752'

red 206 ◦ green 119 ◦ blue 82

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

Shades of Japonica #CE7752

Tints of Japonica #CE7752

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.24%

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

R = 50.61%
G = 29.24%
B = 20.15%

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

#CE7752 (or 0xCE7752) is known color: Japonica. HEX triplet: CE, 77 and 52. RGB value is (206,119,82). Sum of RGB (Red+Green+Blue) = 206+119+82=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 119 (46.88% from 255 or 29.24% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7752 is #3188AD. Grayscale: #8D8D8D. Windows color (decimal): -3246254 or 5404622. OLE color: 5404622.

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

Color convert

RGB 206 119 82 -
CMYK 0 0.42 0.60 0.19
HSL 17.9º 0.56% 0.56% -
HSV(B) 17.9º 0.6% 0.81% -
XYZ 33.57 26.92 11.41 -
YUV 140.8 94.82 174.51 -
System Red Green Blue C M Y K H S L
Decimal 206 119 82 0 0.42 0.60 0.19 17.9 0.56 0.56
Hex CE 77 52 0 2A 3C 13 12 38 38
Octal 316 167 122 0 52 74 23 22 70 70
Binary 11001110 1110111 1010010 0 101010 111100 10011 10010 111000 111000

Color Harmonies of #CE7752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7752

Black with #CE7752

Text Example


Text Example

White with #CE7752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7752; }

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

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

background-color css

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

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

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

border-color css

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

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

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