Html Css Color HEX #CC6C72 Froly

📋 copy color: '#CC6C72'

red 204 ◦ green 108 ◦ blue 114

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

Shades of Froly #CC6C72

Tints of Froly #CC6C72

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.35%

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

R = 47.89%
G = 25.35%
B = 26.76%

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

#CC6C72 (or 0xCC6C72) is known color: Froly. HEX triplet: CC, 6C and 72. RGB value is (204,108,114). Sum of RGB (Red+Green+Blue) = 204+108+114=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6C72 is #33938D. Grayscale: #898989. Windows color (decimal): -3380110 or 7498956. OLE color: 7498956.

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

Color convert

RGB 204 108 114 -
CMYK 0 0.47 0.44 0.2
HSL 356.25º 0.48% 0.61% -
HSV(B) 356.25º 0.47% 0.8% -
XYZ 33.3 24.78 18.95 -
YUV 137.39 114.8 175.51 -
System Red Green Blue C M Y K H S L
Decimal 204 108 114 0 0.47 0.44 0.2 356.25 0.48 0.61
Hex CC 6C 72 0 2F 2C 14 164 30 3D
Octal 314 154 162 0 57 54 24 544 60 75
Binary 11001100 1101100 1110010 0 101111 101100 10100 101100100 110000 111101

Color Harmonies of #CC6C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6C72

Black with #CC6C72

Text Example


Text Example

White with #CC6C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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