Html Css Color HEX #CE755F Japonica

📋 copy color: '#CE755F'

red 206 ◦ green 117 ◦ blue 95

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

Shades of Japonica #CE755F

Tints of Japonica #CE755F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.99%

 BLUE value IS 95 (37.5% from 255) = 22.73%

R = 49.28%
G = 27.99%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE755F (or 0xCE755F) is known color: Japonica. HEX triplet: CE, 75 and 5F. RGB value is (206,117,95). Sum of RGB (Red+Green+Blue) = 206+117+95=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 95 (37.5% from 255 or 22.73% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE755F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE755F is #318AA0. Grayscale: #8D8D8D. Windows color (decimal): -3246753 or 6256078. OLE color: 6256078.

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

Color convert

RGB 206 117 95 -
CMYK 0 0.43 0.54 0.19
HSL 11.89º 0.53% 0.59% -
HSV(B) 11.89º 0.54% 0.81% -
XYZ 33.88 26.67 14.19 -
YUV 141.1 101.99 174.29 -
System Red Green Blue C M Y K H S L
Decimal 206 117 95 0 0.43 0.54 0.19 11.89 0.53 0.59
Hex CE 75 5F 0 2B 36 13 C 35 3B
Octal 316 165 137 0 53 66 23 14 65 73
Binary 11001110 1110101 1011111 0 101011 110110 10011 1100 110101 111011

Color Harmonies of #CE755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE755F

Black with #CE755F

Text Example


Text Example

White with #CE755F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE755F; }

 p { color: rgb(206,117,95); }

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

background-color css

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

 a { background-color: rgb(206,117,95); }

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

border-color css

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

 span { border-color: rgb(206,117,95); }

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