Html Css Color HEX #CE6B6D Froly

📋 copy color: '#CE6B6D'

red 206 ◦ green 107 ◦ blue 109

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

Shades of Froly #CE6B6D

Tints of Froly #CE6B6D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.36%

 BLUE value IS 109 (42.97% from 255) = 25.83%

R = 48.82%
G = 25.36%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE6B6D (or 0xCE6B6D) is known color: Froly. HEX triplet: CE, 6B and 6D. RGB value is (206,107,109). Sum of RGB (Red+Green+Blue) = 206+107+109=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6B6D is #319492. Grayscale: #888888. Windows color (decimal): -3249299 or 7171022. OLE color: 7171022.

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

Color convert

RGB 206 107 109 -
CMYK 0 0.48 0.47 0.19
HSL 358.79º 0.5% 0.61% -
HSV(B) 358.79º 0.48% 0.81% -
XYZ 33.47 24.74 17.48 -
YUV 136.83 112.3 177.34 -
System Red Green Blue C M Y K H S L
Decimal 206 107 109 0 0.48 0.47 0.19 358.79 0.5 0.61
Hex CE 6B 6D 0 30 2F 13 167 32 3D
Octal 316 153 155 0 60 57 23 547 62 75
Binary 11001110 1101011 1101101 0 110000 101111 10011 101100111 110010 111101

Color Harmonies of #CE6B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6B6D

Black with #CE6B6D

Text Example


Text Example

White with #CE6B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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