Html Css Color HEX #CC6973 Froly

📋 copy color: '#CC6973'

red 204 ◦ green 105 ◦ blue 115

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

Shades of Froly #CC6973

Tints of Froly #CC6973

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.76%

 BLUE value IS 115 (45.31% from 255) = 27.12%

R = 48.11%
G = 24.76%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC6973 (or 0xCC6973) is known color: Froly. HEX triplet: CC, 69 and 73. RGB value is (204,105,115). Sum of RGB (Red+Green+Blue) = 204+105+115=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6973 is #33968C. Grayscale: #878787. Windows color (decimal): -3380877 or 7563724. OLE color: 7563724.

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

Color convert

RGB 204 105 115 -
CMYK 0 0.49 0.44 0.2
HSL 353.94º 0.49% 0.61% -
HSV(B) 353.94º 0.49% 0.8% -
XYZ 33.05 24.18 19.14 -
YUV 135.74 116.3 176.69 -
System Red Green Blue C M Y K H S L
Decimal 204 105 115 0 0.49 0.44 0.2 353.94 0.49 0.61
Hex CC 69 73 0 31 2C 14 162 31 3D
Octal 314 151 163 0 61 54 24 542 61 75
Binary 11001100 1101001 1110011 0 110001 101100 10100 101100010 110001 111101

Color Harmonies of #CC6973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6973

Black with #CC6973

Text Example


Text Example

White with #CC6973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6973; }

 p { color: rgb(204,105,115); }

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

background-color css

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

 a { background-color: rgb(204,105,115); }

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

border-color css

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

 span { border-color: rgb(204,105,115); }

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