Html Css Color HEX #CC6D6F Froly

📋 copy color: '#CC6D6F'

red 204 ◦ green 109 ◦ blue 111

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

Shades of Froly #CC6D6F

Tints of Froly #CC6D6F

RGB

 RED value IS 204 (80.08% from 255) = 48.11%

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

 BLUE value IS 111 (43.75% from 255) = 26.18%

R = 48.11%
G = 25.71%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC6D6F (or 0xCC6D6F) is known color: Froly. HEX triplet: CC, 6D and 6F. RGB value is (204,109,111). Sum of RGB (Red+Green+Blue) = 204+109+111=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6D6F is #339290. Grayscale: #898989. Windows color (decimal): -3379857 or 7302604. OLE color: 7302604.

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

Color convert

RGB 204 109 111 -
CMYK 0 0.47 0.46 0.2
HSL 358.74º 0.48% 0.61% -
HSV(B) 358.74º 0.47% 0.8% -
XYZ 33.24 24.92 18.1 -
YUV 137.63 112.97 175.34 -
System Red Green Blue C M Y K H S L
Decimal 204 109 111 0 0.47 0.46 0.2 358.74 0.48 0.61
Hex CC 6D 6F 0 2F 2E 14 167 30 3D
Octal 314 155 157 0 57 56 24 547 60 75
Binary 11001100 1101101 1101111 0 101111 101110 10100 101100111 110000 111101

Color Harmonies of #CC6D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6D6F

Black with #CC6D6F

Text Example


Text Example

White with #CC6D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6D6F; }

 p { color: rgb(204,109,111); }

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

background-color css

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

 a { background-color: rgb(204,109,111); }

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

border-color css

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

 span { border-color: rgb(204,109,111); }

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