Html Css Color HEX #CE6A51 Japonica

📋 copy color: '#CE6A51'

red 206 ◦ green 106 ◦ blue 81

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

Shades of Japonica #CE6A51

Tints of Japonica #CE6A51

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.97%

 BLUE value IS 81 (32.03% from 255) = 20.61%

R = 52.42%
G = 26.97%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE6A51 (or 0xCE6A51) is known color: Japonica. HEX triplet: CE, 6A and 51. RGB value is (206,106,81). Sum of RGB (Red+Green+Blue) = 206+106+81=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6A51 is #3195AE. Grayscale: #858585. Windows color (decimal): -3249583 or 5335758. OLE color: 5335758.

HSL color Cylindrical-coordinate representation of color #CE6A51: hue angle of 12º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE6A51 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 106 81 -
CMYK 0 0.49 0.61 0.19
HSL 12º 0.56% 0.56% -
HSV(B) 12º 0.61% 0.81% -
XYZ 32.09 24.02 10.73 -
YUV 133.05 98.63 180.03 -
System Red Green Blue C M Y K H S L
Decimal 206 106 81 0 0.49 0.61 0.19 12 0.56 0.56
Hex CE 6A 51 0 31 3D 13 C 38 38
Octal 316 152 121 0 61 75 23 14 70 70
Binary 11001110 1101010 1010001 0 110001 111101 10011 1100 111000 111000

Color Harmonies of #CE6A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6A51

Black with #CE6A51

Text Example


Text Example

White with #CE6A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6A51; }

 p { color: rgb(206,106,81); }

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

background-color css

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

 a { background-color: rgb(206,106,81); }

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

border-color css

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

 span { border-color: rgb(206,106,81); }

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