Html Css Color HEX #CE765B Japonica

📋 copy color: '#CE765B'

red 206 ◦ green 118 ◦ blue 91

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

Shades of Japonica #CE765B

Tints of Japonica #CE765B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.43%

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

R = 49.64%
G = 28.43%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE765B (or 0xCE765B) is known color: Japonica. HEX triplet: CE, 76 and 5B. RGB value is (206,118,91). Sum of RGB (Red+Green+Blue) = 206+118+91=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE765B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE765B is #3189A4. Grayscale: #8D8D8D. Windows color (decimal): -3246501 or 5994190. OLE color: 5994190.

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

Color convert

RGB 206 118 91 -
CMYK 0 0.43 0.56 0.19
HSL 14.09º 0.54% 0.58% -
HSV(B) 14.09º 0.56% 0.81% -
XYZ 33.82 26.83 13.29 -
YUV 141.23 99.65 174.2 -
System Red Green Blue C M Y K H S L
Decimal 206 118 91 0 0.43 0.56 0.19 14.09 0.54 0.58
Hex CE 76 5B 0 2B 38 13 E 36 3A
Octal 316 166 133 0 53 70 23 16 66 72
Binary 11001110 1110110 1011011 0 101011 111000 10011 1110 110110 111010

Color Harmonies of #CE765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE765B

Black with #CE765B

Text Example


Text Example

White with #CE765B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE765B; }

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

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

background-color css

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

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

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

border-color css

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

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

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