Html Css Color HEX #CC6A6C Froly

📋 copy color: '#CC6A6C'

red 204 ◦ green 106 ◦ blue 108

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

Shades of Froly #CC6A6C

Tints of Froly #CC6A6C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.36%

 BLUE value IS 108 (42.58% from 255) = 25.84%

R = 48.8%
G = 25.36%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC6A6C (or 0xCC6A6C) is known color: Froly. HEX triplet: CC, 6A and 6C. RGB value is (204,106,108). Sum of RGB (Red+Green+Blue) = 204+106+108=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6A6C is #339593. Grayscale: #878787. Windows color (decimal): -3380628 or 7105228. OLE color: 7105228.

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

Color convert

RGB 204 106 108 -
CMYK 0 0.48 0.47 0.2
HSL 358.78º 0.49% 0.61% -
HSV(B) 358.78º 0.48% 0.8% -
XYZ 32.76 24.23 17.14 -
YUV 135.53 112.47 176.84 -
System Red Green Blue C M Y K H S L
Decimal 204 106 108 0 0.48 0.47 0.2 358.78 0.49 0.61
Hex CC 6A 6C 0 30 2F 14 167 31 3D
Octal 314 152 154 0 60 57 24 547 61 75
Binary 11001100 1101010 1101100 0 110000 101111 10100 101100111 110001 111101

Color Harmonies of #CC6A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6A6C

Black with #CC6A6C

Text Example


Text Example

White with #CC6A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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