Html Css Color HEX #CC7374 Froly

📋 copy color: '#CC7374'

red 204 ◦ green 115 ◦ blue 116

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

Shades of Froly #CC7374

Tints of Froly #CC7374

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.44%

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

R = 46.9%
G = 26.44%
B = 26.67%

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

#CC7374 (or 0xCC7374) is known color: Froly. HEX triplet: CC, 73 and 74. RGB value is (204,115,116). Sum of RGB (Red+Green+Blue) = 204+115+116=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7374 is #338C8B. Grayscale: #8D8D8D. Windows color (decimal): -3378316 or 7631820. OLE color: 7631820.

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

Color convert

RGB 204 115 116 -
CMYK 0 0.44 0.43 0.2
HSL 359.33º 0.47% 0.63% -
HSV(B) 359.33º 0.44% 0.8% -
XYZ 34.18 26.36 19.81 -
YUV 141.73 113.49 172.42 -
System Red Green Blue C M Y K H S L
Decimal 204 115 116 0 0.44 0.43 0.2 359.33 0.47 0.63
Hex CC 73 74 0 2C 2B 14 167 2F 3F
Octal 314 163 164 0 54 53 24 547 57 77
Binary 11001100 1110011 1110100 0 101100 101011 10100 101100111 101111 111111

Color Harmonies of #CC7374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7374

Black with #CC7374

Text Example


Text Example

White with #CC7374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7374; }

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

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

background-color css

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

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

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

border-color css

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

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

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