Html Css Color HEX #CE765A Japonica

📋 copy color: '#CE765A'

red 206 ◦ green 118 ◦ blue 90

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

Shades of Japonica #CE765A

Tints of Japonica #CE765A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.74%

R = 49.76%
G = 28.5%
B = 21.74%

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

#CE765A (or 0xCE765A) is known color: Japonica. HEX triplet: CE, 76 and 5A. RGB value is (206,118,90). Sum of RGB (Red+Green+Blue) = 206+118+90=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE765A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE765A is #3189A5. Grayscale: #8D8D8D. Windows color (decimal): -3246502 or 5928654. OLE color: 5928654.

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

Color convert

RGB 206 118 90 -
CMYK 0 0.43 0.56 0.19
HSL 14.48º 0.54% 0.58% -
HSV(B) 14.48º 0.56% 0.81% -
XYZ 33.78 26.82 13.07 -
YUV 141.12 99.15 174.28 -
System Red Green Blue C M Y K H S L
Decimal 206 118 90 0 0.43 0.56 0.19 14.48 0.54 0.58
Hex CE 76 5A 0 2B 38 13 E 36 3A
Octal 316 166 132 0 53 70 23 16 66 72
Binary 11001110 1110110 1011010 0 101011 111000 10011 1110 110110 111010

Color Harmonies of #CE765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE765A

Black with #CE765A

Text Example


Text Example

White with #CE765A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE765A; }

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

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

background-color css

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

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

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

border-color css

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

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

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