Html Css Color HEX #CC6D6E Froly

📋 copy color: '#CC6D6E'

red 204 ◦ green 109 ◦ blue 110

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

Shades of Froly #CC6D6E

Tints of Froly #CC6D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26%

R = 48.23%
G = 25.77%
B = 26%

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

#CC6D6E (or 0xCC6D6E) is known color: Froly. HEX triplet: CC, 6D and 6E. RGB value is (204,109,110). Sum of RGB (Red+Green+Blue) = 204+109+110=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6D6E is #339291. Grayscale: #898989. Windows color (decimal): -3379858 or 7237068. OLE color: 7237068.

HSL color Cylindrical-coordinate representation of color #CC6D6E: hue angle of 359.37º 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 #CC6D6E is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 109 110 -
CMYK 0 0.47 0.46 0.2
HSL 359.37º 0.48% 0.61% -
HSV(B) 359.37º 0.47% 0.8% -
XYZ 33.18 24.9 17.81 -
YUV 137.52 112.47 175.42 -
System Red Green Blue C M Y K H S L
Decimal 204 109 110 0 0.47 0.46 0.2 359.37 0.48 0.61
Hex CC 6D 6E 0 2F 2E 14 167 30 3D
Octal 314 155 156 0 57 56 24 547 60 75
Binary 11001100 1101101 1101110 0 101111 101110 10100 101100111 110000 111101

Color Harmonies of #CC6D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6D6E

Black with #CC6D6E

Text Example


Text Example

White with #CC6D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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