Html Css Color HEX #CE6D75 Froly

📋 copy color: '#CE6D75'

red 206 ◦ green 109 ◦ blue 117

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

Shades of Froly #CE6D75

Tints of Froly #CE6D75

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.23%

 BLUE value IS 117 (46.09% from 255) = 27.08%

R = 47.69%
G = 25.23%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE6D75 (or 0xCE6D75) is known color: Froly. HEX triplet: CE, 6D and 75. RGB value is (206,109,117). Sum of RGB (Red+Green+Blue) = 206+109+117=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6D75 is #31928A. Grayscale: #8A8A8A. Windows color (decimal): -3248779 or 7695822. OLE color: 7695822.

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

Color convert

RGB 206 109 117 -
CMYK 0 0.47 0.43 0.19
HSL 355.05º 0.5% 0.62% -
HSV(B) 355.05º 0.47% 0.81% -
XYZ 34.13 25.34 19.92 -
YUV 138.92 115.64 175.85 -
System Red Green Blue C M Y K H S L
Decimal 206 109 117 0 0.47 0.43 0.19 355.05 0.5 0.62
Hex CE 6D 75 0 2F 2B 13 163 32 3E
Octal 316 155 165 0 57 53 23 543 62 76
Binary 11001110 1101101 1110101 0 101111 101011 10011 101100011 110010 111110

Color Harmonies of #CE6D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6D75

Black with #CE6D75

Text Example


Text Example

White with #CE6D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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