Html Css Color HEX #CC7274 Froly

📋 copy color: '#CC7274'

red 204 ◦ green 114 ◦ blue 116

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

Shades of Froly #CC7274

Tints of Froly #CC7274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.73%

R = 47%
G = 26.27%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC7274 (or 0xCC7274) is known color: Froly. HEX triplet: CC, 72 and 74. RGB value is (204,114,116). Sum of RGB (Red+Green+Blue) = 204+114+116=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7274 is #338D8B. Grayscale: #8D8D8D. Windows color (decimal): -3378572 or 7631564. OLE color: 7631564.

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

Color convert

RGB 204 114 116 -
CMYK 0 0.44 0.43 0.2
HSL 358.67º 0.47% 0.62% -
HSV(B) 358.67º 0.44% 0.8% -
XYZ 34.07 26.13 19.77 -
YUV 141.14 113.82 172.84 -
System Red Green Blue C M Y K H S L
Decimal 204 114 116 0 0.44 0.43 0.2 358.67 0.47 0.62
Hex CC 72 74 0 2C 2B 14 167 2F 3E
Octal 314 162 164 0 54 53 24 547 57 76
Binary 11001100 1110010 1110100 0 101100 101011 10100 101100111 101111 111110

Color Harmonies of #CC7274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7274

Black with #CC7274

Text Example


Text Example

White with #CC7274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7274; }

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

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

background-color css

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

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

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

border-color css

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

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

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