Html Css Color HEX #CE775A Japonica

📋 copy color: '#CE775A'

red 206 ◦ green 119 ◦ blue 90

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

Shades of Japonica #CE775A

Tints of Japonica #CE775A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.67%

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

R = 49.64%
G = 28.67%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE775A (or 0xCE775A) is known color: Japonica. HEX triplet: CE, 77 and 5A. RGB value is (206,119,90). Sum of RGB (Red+Green+Blue) = 206+119+90=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE775A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE775A is #3188A5. Grayscale: #8D8D8D. Windows color (decimal): -3246246 or 5928910. OLE color: 5928910.

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

Color convert

RGB 206 119 90 -
CMYK 0 0.42 0.56 0.19
HSL 15º 0.54% 0.58% -
HSV(B) 15º 0.56% 0.81% -
XYZ 33.9 27.05 13.11 -
YUV 141.71 98.82 173.86 -
System Red Green Blue C M Y K H S L
Decimal 206 119 90 0 0.42 0.56 0.19 15 0.54 0.58
Hex CE 77 5A 0 2A 38 13 F 36 3A
Octal 316 167 132 0 52 70 23 17 66 72
Binary 11001110 1110111 1011010 0 101010 111000 10011 1111 110110 111010

Color Harmonies of #CE775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE775A

Black with #CE775A

Text Example


Text Example

White with #CE775A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE775A; }

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

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

background-color css

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

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

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

border-color css

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

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

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