Html Css Color HEX #CC7073 Froly

📋 copy color: '#CC7073'

red 204 ◦ green 112 ◦ blue 115

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

Shades of Froly #CC7073

Tints of Froly #CC7073

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.99%

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

R = 47.33%
G = 25.99%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC7073 (or 0xCC7073) is known color: Froly. HEX triplet: CC, 70 and 73. RGB value is (204,112,115). Sum of RGB (Red+Green+Blue) = 204+112+115=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7073 is #338F8C. Grayscale: #8B8B8B. Windows color (decimal): -3379085 or 7565516. OLE color: 7565516.

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

Color convert

RGB 204 112 115 -
CMYK 0 0.45 0.44 0.2
HSL 358.04º 0.47% 0.62% -
HSV(B) 358.04º 0.45% 0.8% -
XYZ 33.79 25.66 19.39 -
YUV 139.85 113.98 173.76 -
System Red Green Blue C M Y K H S L
Decimal 204 112 115 0 0.45 0.44 0.2 358.04 0.47 0.62
Hex CC 70 73 0 2D 2C 14 166 2F 3E
Octal 314 160 163 0 55 54 24 546 57 76
Binary 11001100 1110000 1110011 0 101101 101100 10100 101100110 101111 111110

Color Harmonies of #CC7073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7073

Black with #CC7073

Text Example


Text Example

White with #CC7073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7073; }

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

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

background-color css

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

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

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

border-color css

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

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

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