Html Css Color HEX #CE6875 Froly

📋 copy color: '#CE6875'

red 206 ◦ green 104 ◦ blue 117

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

Shades of Froly #CE6875

Tints of Froly #CE6875

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.36%

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

R = 48.24%
G = 24.36%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE6875 (or 0xCE6875) is known color: Froly. HEX triplet: CE, 68 and 75. RGB value is (206,104,117). Sum of RGB (Red+Green+Blue) = 206+104+117=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6875 is #31978A. Grayscale: #888888. Windows color (decimal): -3250059 or 7694542. OLE color: 7694542.

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

Color convert

RGB 206 104 117 -
CMYK 0 0.50 0.43 0.19
HSL 352.35º 0.51% 0.61% -
HSV(B) 352.35º 0.5% 0.81% -
XYZ 33.61 24.31 19.75 -
YUV 135.98 117.29 177.94 -
System Red Green Blue C M Y K H S L
Decimal 206 104 117 0 0.50 0.43 0.19 352.35 0.51 0.61
Hex CE 68 75 0 32 2B 13 160 33 3D
Octal 316 150 165 0 62 53 23 540 63 75
Binary 11001110 1101000 1110101 0 110010 101011 10011 101100000 110011 111101

Color Harmonies of #CE6875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6875

Black with #CE6875

Text Example


Text Example

White with #CE6875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6875; }

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

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

background-color css

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

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

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

border-color css

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

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

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