Html Css Color HEX #CC6C6E Froly

📋 copy color: '#CC6C6E'

red 204 ◦ green 108 ◦ blue 110

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

Shades of Froly #CC6C6E

Tints of Froly #CC6C6E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.59%

 BLUE value IS 110 (43.36% from 255) = 26.07%

R = 48.34%
G = 25.59%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC6C6E (or 0xCC6C6E) is known color: Froly. HEX triplet: CC, 6C and 6E. RGB value is (204,108,110). Sum of RGB (Red+Green+Blue) = 204+108+110=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6C6E is #339391. Grayscale: #898989. Windows color (decimal): -3380114 or 7236812. OLE color: 7236812.

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

Color convert

RGB 204 108 110 -
CMYK 0 0.47 0.46 0.2
HSL 358.75º 0.48% 0.61% -
HSV(B) 358.75º 0.47% 0.8% -
XYZ 33.08 24.69 17.77 -
YUV 136.93 112.8 175.84 -
System Red Green Blue C M Y K H S L
Decimal 204 108 110 0 0.47 0.46 0.2 358.75 0.48 0.61
Hex CC 6C 6E 0 2F 2E 14 167 30 3D
Octal 314 154 156 0 57 56 24 547 60 75
Binary 11001100 1101100 1101110 0 101111 101110 10100 101100111 110000 111101

Color Harmonies of #CC6C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6C6E

Black with #CC6C6E

Text Example


Text Example

White with #CC6C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6C6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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