Html Css Color HEX #CC696F Froly

📋 copy color: '#CC696F'

red 204 ◦ green 105 ◦ blue 111

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

Shades of Froly #CC696F

Tints of Froly #CC696F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25%

 BLUE value IS 111 (43.75% from 255) = 26.43%

R = 48.57%
G = 25%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC696F (or 0xCC696F) is known color: Froly. HEX triplet: CC, 69 and 6F. RGB value is (204,105,111). Sum of RGB (Red+Green+Blue) = 204+105+111=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC696F is #339690. Grayscale: #878787. Windows color (decimal): -3380881 or 7301580. OLE color: 7301580.

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

Color convert

RGB 204 105 111 -
CMYK 0 0.49 0.46 0.2
HSL 356.36º 0.49% 0.61% -
HSV(B) 356.36º 0.49% 0.8% -
XYZ 32.82 24.09 17.96 -
YUV 135.29 114.3 177.01 -
System Red Green Blue C M Y K H S L
Decimal 204 105 111 0 0.49 0.46 0.2 356.36 0.49 0.61
Hex CC 69 6F 0 31 2E 14 164 31 3D
Octal 314 151 157 0 61 56 24 544 61 75
Binary 11001100 1101001 1101111 0 110001 101110 10100 101100100 110001 111101

Color Harmonies of #CC696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC696F

Black with #CC696F

Text Example


Text Example

White with #CC696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC696F; }

 p { color: rgb(204,105,111); }

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

background-color css

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

 a { background-color: rgb(204,105,111); }

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

border-color css

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

 span { border-color: rgb(204,105,111); }

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