Html Css Color HEX #CE6B5E Japonica

📋 copy color: '#CE6B5E'

red 206 ◦ green 107 ◦ blue 94

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

Shades of Japonica #CE6B5E

Tints of Japonica #CE6B5E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.29%

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

R = 50.61%
G = 26.29%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE6B5E (or 0xCE6B5E) is known color: Japonica. HEX triplet: CE, 6B and 5E. RGB value is (206,107,94). Sum of RGB (Red+Green+Blue) = 206+107+94=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6B5E is #3194A1. Grayscale: #878787. Windows color (decimal): -3249314 or 6187982. OLE color: 6187982.

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

Color convert

RGB 206 107 94 -
CMYK 0 0.48 0.54 0.19
HSL 6.96º 0.53% 0.59% -
HSV(B) 6.96º 0.54% 0.81% -
XYZ 32.73 24.45 13.58 -
YUV 135.12 104.8 178.56 -
System Red Green Blue C M Y K H S L
Decimal 206 107 94 0 0.48 0.54 0.19 6.96 0.53 0.59
Hex CE 6B 5E 0 30 36 13 7 35 3B
Octal 316 153 136 0 60 66 23 7 65 73
Binary 11001110 1101011 1011110 0 110000 110110 10011 111 110101 111011

Color Harmonies of #CE6B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6B5E

Black with #CE6B5E

Text Example


Text Example

White with #CE6B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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