Html Css Color HEX #CE705B Japonica

📋 copy color: '#CE705B'

red 206 ◦ green 112 ◦ blue 91

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

Shades of Japonica #CE705B

Tints of Japonica #CE705B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.38%

 BLUE value IS 91 (35.94% from 255) = 22.25%

R = 50.37%
G = 27.38%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE705B (or 0xCE705B) is known color: Japonica. HEX triplet: CE, 70 and 5B. RGB value is (206,112,91). Sum of RGB (Red+Green+Blue) = 206+112+91=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE705B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE705B is #318FA4. Grayscale: #898989. Windows color (decimal): -3248037 or 5992654. OLE color: 5992654.

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

Color convert

RGB 206 112 91 -
CMYK 0 0.46 0.56 0.19
HSL 10.96º 0.54% 0.58% -
HSV(B) 10.96º 0.56% 0.81% -
XYZ 33.14 25.47 13.07 -
YUV 137.71 101.64 176.71 -
System Red Green Blue C M Y K H S L
Decimal 206 112 91 0 0.46 0.56 0.19 10.96 0.54 0.58
Hex CE 70 5B 0 2E 38 13 B 36 3A
Octal 316 160 133 0 56 70 23 13 66 72
Binary 11001110 1110000 1011011 0 101110 111000 10011 1011 110110 111010

Color Harmonies of #CE705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE705B

Black with #CE705B

Text Example


Text Example

White with #CE705B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE705B; }

 p { color: rgb(206,112,91); }

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

background-color css

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

 a { background-color: rgb(206,112,91); }

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

border-color css

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

 span { border-color: rgb(206,112,91); }

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