Html Css Color HEX #CE7A56 Japonica

📋 copy color: '#CE7A56'

red 206 ◦ green 122 ◦ blue 86

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

Shades of Japonica #CE7A56

Tints of Japonica #CE7A56

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.47%

 BLUE value IS 86 (33.98% from 255) = 20.77%

R = 49.76%
G = 29.47%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE7A56 (or 0xCE7A56) is known color: Japonica. HEX triplet: CE, 7A and 56. RGB value is (206,122,86). Sum of RGB (Red+Green+Blue) = 206+122+86=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7A56 is #3185A9. Grayscale: #8F8F8F. Windows color (decimal): -3245482 or 5667534. OLE color: 5667534.

HSL color Cylindrical-coordinate representation of color #CE7A56: hue angle of 18º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE7A56 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 122 86 -
CMYK 0 0.41 0.58 0.19
HSL 18º 0.55% 0.57% -
HSV(B) 18º 0.58% 0.81% -
XYZ 34.09 27.71 12.36 -
YUV 143.01 95.83 172.93 -
System Red Green Blue C M Y K H S L
Decimal 206 122 86 0 0.41 0.58 0.19 18 0.55 0.57
Hex CE 7A 56 0 29 3A 13 12 37 39
Octal 316 172 126 0 51 72 23 22 67 71
Binary 11001110 1111010 1010110 0 101001 111010 10011 10010 110111 111001

Color Harmonies of #CE7A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7A56

Black with #CE7A56

Text Example


Text Example

White with #CE7A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7A56; }

 p { color: rgb(206,122,86); }

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

background-color css

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

 a { background-color: rgb(206,122,86); }

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

border-color css

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

 span { border-color: rgb(206,122,86); }

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