Html Css Color HEX #CC6D72 Froly

📋 copy color: '#CC6D72'

red 204 ◦ green 109 ◦ blue 114

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

Shades of Froly #CC6D72

Tints of Froly #CC6D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.7%

R = 47.78%
G = 25.53%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC6D72 (or 0xCC6D72) is known color: Froly. HEX triplet: CC, 6D and 72. RGB value is (204,109,114). Sum of RGB (Red+Green+Blue) = 204+109+114=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6D72 is #33928D. Grayscale: #8A8A8A. Windows color (decimal): -3379854 or 7499212. OLE color: 7499212.

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

Color convert

RGB 204 109 114 -
CMYK 0 0.47 0.44 0.2
HSL 356.84º 0.48% 0.61% -
HSV(B) 356.84º 0.47% 0.8% -
XYZ 33.41 24.99 18.98 -
YUV 137.98 114.47 175.09 -
System Red Green Blue C M Y K H S L
Decimal 204 109 114 0 0.47 0.44 0.2 356.84 0.48 0.61
Hex CC 6D 72 0 2F 2C 14 165 30 3D
Octal 314 155 162 0 57 54 24 545 60 75
Binary 11001100 1101101 1110010 0 101111 101100 10100 101100101 110000 111101

Color Harmonies of #CC6D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6D72

Black with #CC6D72

Text Example


Text Example

White with #CC6D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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