Html Css Color HEX #CC6E75 Froly

📋 copy color: '#CC6E75'

red 204 ◦ green 110 ◦ blue 117

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

Shades of Froly #CC6E75

Tints of Froly #CC6E75

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.52%

 BLUE value IS 117 (46.09% from 255) = 27.15%

R = 47.33%
G = 25.52%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC6E75 (or 0xCC6E75) is known color: Froly. HEX triplet: CC, 6E and 75. RGB value is (204,110,117). Sum of RGB (Red+Green+Blue) = 204+110+117=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6E75 is #33918A. Grayscale: #8A8A8A. Windows color (decimal): -3379595 or 7696076. OLE color: 7696076.

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

Color convert

RGB 204 110 117 -
CMYK 0 0.46 0.43 0.2
HSL 355.53º 0.48% 0.62% -
HSV(B) 355.53º 0.46% 0.8% -
XYZ 33.69 25.27 19.93 -
YUV 138.9 115.64 174.43 -
System Red Green Blue C M Y K H S L
Decimal 204 110 117 0 0.46 0.43 0.2 355.53 0.48 0.62
Hex CC 6E 75 0 2E 2B 14 164 30 3E
Octal 314 156 165 0 56 53 24 544 60 76
Binary 11001100 1101110 1110101 0 101110 101011 10100 101100100 110000 111110

Color Harmonies of #CC6E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6E75

Black with #CC6E75

Text Example


Text Example

White with #CC6E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6E75; }

 p { color: rgb(204,110,117); }

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

background-color css

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

 a { background-color: rgb(204,110,117); }

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

border-color css

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

 span { border-color: rgb(204,110,117); }

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