Html Css Color HEX #CE6B54 Japonica

📋 copy color: '#CE6B54'

red 206 ◦ green 107 ◦ blue 84

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

Shades of Japonica #CE6B54

Tints of Japonica #CE6B54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.16%

R = 51.89%
G = 26.95%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE6B54 (or 0xCE6B54) is known color: Japonica. HEX triplet: CE, 6B and 54. RGB value is (206,107,84). Sum of RGB (Red+Green+Blue) = 206+107+84=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6B54 is #3194AB. Grayscale: #868686. Windows color (decimal): -3249324 or 5532622. OLE color: 5532622.

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

Color convert

RGB 206 107 84 -
CMYK 0 0.48 0.59 0.19
HSL 11.31º 0.55% 0.57% -
HSV(B) 11.31º 0.59% 0.81% -
XYZ 32.31 24.28 11.37 -
YUV 133.98 99.8 179.37 -
System Red Green Blue C M Y K H S L
Decimal 206 107 84 0 0.48 0.59 0.19 11.31 0.55 0.57
Hex CE 6B 54 0 30 3B 13 B 37 39
Octal 316 153 124 0 60 73 23 13 67 71
Binary 11001110 1101011 1010100 0 110000 111011 10011 1011 110111 111001

Color Harmonies of #CE6B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6B54

Black with #CE6B54

Text Example


Text Example

White with #CE6B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6B54; }

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

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

background-color css

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

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

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

border-color css

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

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

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