Html Css Color HEX #CC7273 Froly

📋 copy color: '#CC7273'

red 204 ◦ green 114 ◦ blue 115

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

Shades of Froly #CC7273

Tints of Froly #CC7273

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.33%

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

R = 47.11%
G = 26.33%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC7273 (or 0xCC7273) is known color: Froly. HEX triplet: CC, 72 and 73. RGB value is (204,114,115). Sum of RGB (Red+Green+Blue) = 204+114+115=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7273 is #338D8C. Grayscale: #8D8D8D. Windows color (decimal): -3378573 or 7566028. OLE color: 7566028.

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

Color convert

RGB 204 114 115 -
CMYK 0 0.44 0.44 0.2
HSL 359.33º 0.47% 0.62% -
HSV(B) 359.33º 0.44% 0.8% -
XYZ 34.01 26.11 19.47 -
YUV 141.02 113.32 172.92 -
System Red Green Blue C M Y K H S L
Decimal 204 114 115 0 0.44 0.44 0.2 359.33 0.47 0.62
Hex CC 72 73 0 2C 2C 14 167 2F 3E
Octal 314 162 163 0 54 54 24 547 57 76
Binary 11001100 1110010 1110011 0 101100 101100 10100 101100111 101111 111110

Color Harmonies of #CC7273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7273

Black with #CC7273

Text Example


Text Example

White with #CC7273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7273; }

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

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

background-color css

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

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

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

border-color css

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

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

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