Html Css Color HEX #CC6D74 Froly

📋 copy color: '#CC6D74'

red 204 ◦ green 109 ◦ blue 116

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

Shades of Froly #CC6D74

Tints of Froly #CC6D74

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.41%

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

R = 47.55%
G = 25.41%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC6D74 (or 0xCC6D74) is known color: Froly. HEX triplet: CC, 6D and 74. RGB value is (204,109,116). Sum of RGB (Red+Green+Blue) = 204+109+116=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6D74 is #33928B. Grayscale: #8A8A8A. Windows color (decimal): -3379852 or 7630284. OLE color: 7630284.

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

Color convert

RGB 204 109 116 -
CMYK 0 0.47 0.43 0.2
HSL 355.58º 0.48% 0.61% -
HSV(B) 355.58º 0.47% 0.8% -
XYZ 33.52 25.04 19.59 -
YUV 138.2 115.47 174.93 -
System Red Green Blue C M Y K H S L
Decimal 204 109 116 0 0.47 0.43 0.2 355.58 0.48 0.61
Hex CC 6D 74 0 2F 2B 14 164 30 3D
Octal 314 155 164 0 57 53 24 544 60 75
Binary 11001100 1101101 1110100 0 101111 101011 10100 101100100 110000 111101

Color Harmonies of #CC6D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6D74

Black with #CC6D74

Text Example


Text Example

White with #CC6D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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