Html Css Color HEX #CE7677 Froly

📋 copy color: '#CE7677'

red 206 ◦ green 118 ◦ blue 119

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

Shades of Froly #CE7677

Tints of Froly #CE7677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.86%

R = 46.5%
G = 26.64%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE7677 (or 0xCE7677) is known color: Froly. HEX triplet: CE, 76 and 77. RGB value is (206,118,119). Sum of RGB (Red+Green+Blue) = 206+118+119=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 119 (46.88% from 255 or 26.86% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7677 is #318988. Grayscale: #909090. Windows color (decimal): -3246473 or 7829198. OLE color: 7829198.

HSL color Cylindrical-coordinate representation of color #CE7677: hue angle of 359.32º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE7677 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 118 119 -
CMYK 0 0.43 0.42 0.19
HSL 359.32º 0.47% 0.64% -
HSV(B) 359.32º 0.43% 0.81% -
XYZ 35.26 27.41 20.89 -
YUV 144.43 113.65 171.92 -
System Red Green Blue C M Y K H S L
Decimal 206 118 119 0 0.43 0.42 0.19 359.32 0.47 0.64
Hex CE 76 77 0 2B 2A 13 167 2F 40
Octal 316 166 167 0 53 52 23 547 57 100
Binary 11001110 1110110 1110111 0 101011 101010 10011 101100111 101111 1000000

Color Harmonies of #CE7677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7677

Black with #CE7677

Text Example


Text Example

White with #CE7677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7677; }

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

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

background-color css

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

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

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

border-color css

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

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

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