Html Css Color HEX #CE7A5E Japonica

📋 copy color: '#CE7A5E'

red 206 ◦ green 122 ◦ blue 94

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

Shades of Japonica #CE7A5E

Tints of Japonica #CE7A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.27%

R = 48.82%
G = 28.91%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE7A5E (or 0xCE7A5E) is known color: Japonica. HEX triplet: CE, 7A and 5E. RGB value is (206,122,94). Sum of RGB (Red+Green+Blue) = 206+122+94=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7A5E is #3185A1. Grayscale: #909090. Windows color (decimal): -3245474 or 6191822. OLE color: 6191822.

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

Color convert

RGB 206 122 94 -
CMYK 0 0.41 0.54 0.19
HSL 15º 0.53% 0.59% -
HSV(B) 15º 0.54% 0.81% -
XYZ 34.43 27.85 14.15 -
YUV 143.92 99.83 172.28 -
System Red Green Blue C M Y K H S L
Decimal 206 122 94 0 0.41 0.54 0.19 15 0.53 0.59
Hex CE 7A 5E 0 29 36 13 F 35 3B
Octal 316 172 136 0 51 66 23 17 65 73
Binary 11001110 1111010 1011110 0 101001 110110 10011 1111 110101 111011

Color Harmonies of #CE7A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7A5E

Black with #CE7A5E

Text Example


Text Example

White with #CE7A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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