Html Css Color HEX #CE6B53 Japonica

📋 copy color: '#CE6B53'

red 206 ◦ green 107 ◦ blue 83

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

Shades of Japonica #CE6B53

Tints of Japonica #CE6B53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.96%

R = 52.02%
G = 27.02%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE6B53 (or 0xCE6B53) is known color: Japonica. HEX triplet: CE, 6B and 53. RGB value is (206,107,83). Sum of RGB (Red+Green+Blue) = 206+107+83=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6B53 is #3194AC. Grayscale: #868686. Windows color (decimal): -3249325 or 5467086. OLE color: 5467086.

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

Color convert

RGB 206 107 83 -
CMYK 0 0.48 0.60 0.19
HSL 11.71º 0.56% 0.57% -
HSV(B) 11.71º 0.6% 0.81% -
XYZ 32.27 24.26 11.17 -
YUV 133.87 99.3 179.45 -
System Red Green Blue C M Y K H S L
Decimal 206 107 83 0 0.48 0.60 0.19 11.71 0.56 0.57
Hex CE 6B 53 0 30 3C 13 C 38 39
Octal 316 153 123 0 60 74 23 14 70 71
Binary 11001110 1101011 1010011 0 110000 111100 10011 1100 111000 111001

Color Harmonies of #CE6B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6B53

Black with #CE6B53

Text Example


Text Example

White with #CE6B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6B53; }

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

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

background-color css

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

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

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

border-color css

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

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

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