Html Css Color HEX #CC7072 Froly

📋 copy color: '#CC7072'

red 204 ◦ green 112 ◦ blue 114

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

Shades of Froly #CC7072

Tints of Froly #CC7072

RGB

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

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

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

R = 47.44%
G = 26.05%
B = 26.51%

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

#CC7072 (or 0xCC7072) is known color: Froly. HEX triplet: CC, 70 and 72. RGB value is (204,112,114). Sum of RGB (Red+Green+Blue) = 204+112+114=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7072 is #338F8D. Grayscale: #8B8B8B. Windows color (decimal): -3379086 or 7499980. OLE color: 7499980.

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

Color convert

RGB 204 112 114 -
CMYK 0 0.45 0.44 0.2
HSL 358.7º 0.47% 0.62% -
HSV(B) 358.7º 0.45% 0.8% -
XYZ 33.73 25.64 19.09 -
YUV 139.74 113.48 173.84 -
System Red Green Blue C M Y K H S L
Decimal 204 112 114 0 0.45 0.44 0.2 358.7 0.47 0.62
Hex CC 70 72 0 2D 2C 14 167 2F 3E
Octal 314 160 162 0 55 54 24 547 57 76
Binary 11001100 1110000 1110010 0 101101 101100 10100 101100111 101111 111110

Color Harmonies of #CC7072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7072

Black with #CC7072

Text Example


Text Example

White with #CC7072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7072; }

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

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

background-color css

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

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

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

border-color css

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

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

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